Use armv7-a when building sdk.
Bug: http://b/68201917 Test: make sdk. Change-Id: I7817bc03beb109b4152d3bc751f0d2438cc93e3b
This commit is contained in:
parent
96929d691e
commit
1fe7ac7534
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ TARGET_2ND_ARCH := arm
|
|||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
|
||||
ifneq ($(TARGET_BUILD_APPS)$(filter cts,$(MAKECMDGOALS)),)
|
||||
ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk,$(MAKECMDGOALS)),)
|
||||
# DO NOT USE
|
||||
# DO NOT USE
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue