提交 a9fb3939 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!21 1. support arm 32 app ;2. fix ctrl event disabled

Merge pull request !21 from twwang/master
......@@ -12,11 +12,11 @@ TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := arm64-v8a
# TARGET_2ND_ARCH := arm
# TARGET_2ND_ARCH_VARIANT := armv7-a-neon
# TARGET_2ND_CPU_VARIANT := cortex-a15
# TARGET_2ND_CPU_ABI := armeabi-v7a
# TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_CPU_VARIANT := cortex-a15
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
AUDIOSERVER_MULTILIB := 64
......
......@@ -15,11 +15,11 @@
#
# Copy the 64-bit primary, 32-bit secondary zygote startup script
PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:root/init.zygote64.rc
PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
# Set the zygote property to select the 64-bit primary, 32-bit secondary script
# This line must be parsed before the one in core_minimal.mk
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
TARGET_SUPPORTS_32_BIT_APPS := false
TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := true
......@@ -26,6 +26,18 @@ function prepare_filesystem() {
chmod 0666 /dev/$f
done
chown system:system /dev/input
chmod 0755 /dev/input
chown system:system /dev/input/event0
chmod 0755 /dev/input/event0
chown system:system /dev/input/event1
chmod 0755 /dev/input/event1
chown system:system /dev/input/event2
chmod 0755 /dev/input/event2
if [ -e "/dev/tun" ] ; then
chown system:vpn /dev/tun
chmod 0660 /dev/tun
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册