summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-26 09:15:50 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-03-26 09:15:50 (GMT)
commit1f41a6a2ca9341fb34034925a0019d3e06430274 (patch)
tree5dbbcf8e1b24e2dcf44b42adabd8f096bcebb35f
parent0113affad4a5b5629c4d23d405caf90ebaebc5a0 (diff)
downloadbraun-1f41a6a2ca9341fb34034925a0019d3e06430274.zip
braun-1f41a6a2ca9341fb34034925a0019d3e06430274.tar.gz
braun-1f41a6a2ca9341fb34034925a0019d3e06430274.tar.bz2
braun: build as 32 bit default [4/8]
PD# NONE build as 32 bit default Change-Id: I05d8c807917fcbf481d437c79d06227919292359
Diffstat
-rw-r--r--BoardConfig.mk2
-rw-r--r--braun.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 63a5825..d070577 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/braun.mk b/braun.mk
index ae6ab24..b7d7083 100644
--- a/braun.mk
+++ b/braun.mk
@@ -22,7 +22,7 @@
#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