Merge "Use the min sdk version from soong."

This commit is contained in:
Treehugger Robot
2017-08-18 02:34:36 +00:00
committed by Gerrit Code Review

View File

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