summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-26 09:16:46 (GMT)
committer jie.yuan <jie.yuan@amlogic.com>2018-03-26 10:32:59 (GMT)
commit3b0546cda372f616f5a41f1d6c225f2de3099f8e (patch)
tree4944dd8b4ccba2e42c3387fd92ee6d041de4de12
parent6b776eefab0ffaa2558c6af01b83598ec837098e (diff)
downloadcurie-3b0546cda372f616f5a41f1d6c225f2de3099f8e.zip
curie-3b0546cda372f616f5a41f1d6c225f2de3099f8e.tar.gz
curie-3b0546cda372f616f5a41f1d6c225f2de3099f8e.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 f43fb28..190070c 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