Use the min sdk version from soong.

Test: make checkbuild
Bug: None
Change-Id: I0306803cebf98748503b7e217db0f0f5959bf4f7
This commit is contained in:
Dan Albert 2017-08-17 16:24:46 -07:00
parent 966ed15a1d
commit 105e4fe0a6
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
ifneq (,$(filter arm64 mips64 x86_64,$(my_arch)))
my_min_sdk_version := 21
else
my_min_sdk_version := 9
my_min_sdk_version := $(MIN_SUPPORTED_SDK_VERSION)
endif
# Historically we've just set up a bunch of symlinks in prebuilts/ndk to map