summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-03-26 11:11:08 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-03-26 11:11:08 (GMT)
commitb5e7c2edc9a406eafcbef9d0013efc697452cfc5 (patch)
tree4593bb482c45c65ab1026af34ae93706b2cb7b40
parent2e0292ce7a446358b210d9faae7b3e57c59f6ed9 (diff)
downloadeinstein-b5e7c2edc9a406eafcbef9d0013efc697452cfc5.zip
einstein-b5e7c2edc9a406eafcbef9d0013efc697452cfc5.tar.gz
einstein-b5e7c2edc9a406eafcbef9d0013efc697452cfc5.tar.bz2
einstein: sync to o-ref [1/1]
PD# NONE build 32 bit default Change-Id: Ia9cbe3cb6d2cb56af7465309913deb0c7e377282
Diffstat
-rw-r--r--BoardConfig.mk2
-rw-r--r--device.mk2
-rw-r--r--[-rwxr-xr-x]einstein.mk4
-rw-r--r--init.amlogic.board.rc2
4 files changed, 4 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 2743f46..88a59a3 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -14,7 +14,7 @@
# 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/device.mk b/device.mk
index ef61b69..008ccd2 100644
--- a/device.mk
+++ b/device.mk
@@ -77,7 +77,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/einstein/files/tv/tv_rrt_define.xml:$(TARGET_COPY_OUT_VENDOR)/etc/tv_rrt_define.xml
#einstein tuner
PRODUCT_COPY_FILES += \
- device/amlogic/einstein/files/tv/mxl661_fe.ko:root/boot/mxl661_fe.ko
+ device/amlogic/einstein/files/tv/mxl661_fe.ko:$(TARGET_COPY_OUT_VENDOR)/lib/mxl661_fe.ko
PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
diff --git a/einstein.mk b/einstein.mk
index 673a422..9f7285e 100755..100644
--- a/einstein.mk
+++ b/einstein.mk
@@ -17,14 +17,12 @@
# build for Meson reference board.
#
-ANDROID_BUILD_TYPE := 32
-
# Dynamic enable start/stop zygote_secondary in 64bits
# and 32bit system, default closed
#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
diff --git a/init.amlogic.board.rc b/init.amlogic.board.rc
index a99c663..5ac114a 100644
--- a/init.amlogic.board.rc
+++ b/init.amlogic.board.rc
@@ -6,7 +6,7 @@ on early-init
mount configfs configfs /sys/kernel/config
#mount usbfs none /proc/bus/usb
-# insmod /boot/mxl661_fe.ko
+# insmod /vendor/lib/mxl661_fe.ko
on init