Add phhgsi_a64_a for arm32 devices with 64bits binder
This commit is contained in:
parent
45e3d29136
commit
296574000c
@ -16,7 +16,7 @@ echo 'PRODUCT_MAKEFILES := \' > AndroidProducts.mk
|
|||||||
|
|
||||||
for part in a ab;do
|
for part in a ab;do
|
||||||
for apps in vanilla gapps foss gapps-go;do
|
for apps in vanilla gapps foss gapps-go;do
|
||||||
for arch in arm64 arm;do
|
for arch in arm64 arm a64;do
|
||||||
for su in yes no;do
|
for su in yes no;do
|
||||||
apps_suffix=""
|
apps_suffix=""
|
||||||
apps_script=""
|
apps_script=""
|
||||||
@ -46,6 +46,9 @@ for part in a ab;do
|
|||||||
if [ "$arch" == "arm" ];then
|
if [ "$arch" == "arm" ];then
|
||||||
vndk="vndk-binder32.mk"
|
vndk="vndk-binder32.mk"
|
||||||
fi
|
fi
|
||||||
|
if [ "$arch" == "a64" ];then
|
||||||
|
vndk="vndk32.mk"
|
||||||
|
fi
|
||||||
|
|
||||||
su_suffix='N'
|
su_suffix='N'
|
||||||
if [ "$su" == "yes" ];then
|
if [ "$su" == "yes" ];then
|
||||||
|
5
phhgsi_a64_a/BoardConfig.mk
Normal file
5
phhgsi_a64_a/BoardConfig.mk
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
include build/make/target/board/generic_arm_a/BoardConfig.mk
|
||||||
|
include device/phh/treble/board-base.mk
|
||||||
|
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1572864000
|
||||||
|
TARGET_USES_64_BIT_BINDER := true
|
Loading…
Reference in New Issue
Block a user