summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-26 09:16:46 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-03-26 09:16:46 (GMT)
commit5c65b7502561714276fce08a467c66ecc624d3fb (patch)
tree3c519c93c3698585cd44ce26d7cda21cf5c5aa96
parent2df9ef693f23456a1af8c8a2dbb11a4a29bbadb8 (diff)
downloadcurie-5c65b7502561714276fce08a467c66ecc624d3fb.zip
curie-5c65b7502561714276fce08a467c66ecc624d3fb.tar.gz
curie-5c65b7502561714276fce08a467c66ecc624d3fb.tar.bz2
curie: build as 32 bit default [5/8]
PD# NONE build as 32 bit default Change-Id: I49d914d0d844c4f6a0a3e76265e83cf84c3fcc16
Diffstat
-rw-r--r--BoardConfig.mk2
-rw-r--r--curie.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6e7e292..eb9ffc0 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-ifeq ($(ANDROID_BUILD_TYPE), 32)
+ifneq ($(ANDROID_BUILD_TYPE), 64)
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_SMP := true
diff --git a/curie.mk b/curie.mk
index 4f30a5a..b72b4b5 100644
--- a/curie.mk
+++ b/curie.mk
@@ -24,7 +24,7 @@ ANDROID_BUILD_TYPE := 32
#TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE := true
# Inherit from those products. Most specific first.
-ifneq ($(ANDROID_BUILD_TYPE), 32)
+ifeq ($(ANDROID_BUILD_TYPE), 64)
ifeq ($(TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE), true)
$(call inherit-product, device/amlogic/common/dynamic_zygote_seondary/dynamic_zygote_64_bit.mk)
else