Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b50bd7f0 authored by Ying Wang's avatar Ying Wang
Browse files

Move the prebuilt NDKs to their own git project prebuilts/ndk/.

Change-Id: If85986da436d412cff139af1fd8426e420bec121
parent 9978faf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ PREBUILT_IS_PRESENT := $(if $(wildcard prebuilt/Android.mk),true)
# ###############################################################

HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/sdk
HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilt/ndk
HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/ndk

# Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N.
# The 'current' version is whatever this source tree is.