Add phhgsi_a64_a for arm32 devices with 64bits binder
This commit is contained in:
parent
5570b50a52
commit
313c678c18
11
generate.sh
11
generate.sh
@ -16,7 +16,7 @@ echo 'PRODUCT_MAKEFILES := \' > AndroidProducts.mk
|
||||
|
||||
for part in a ab;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
|
||||
apps_suffix=""
|
||||
apps_script=""
|
||||
@ -43,9 +43,12 @@ for part in a ab;do
|
||||
apps_script=''
|
||||
apps_name="vanilla"
|
||||
fi
|
||||
if [ "$arch" == "arm" ];then
|
||||
vndk="vndk-binder32.mk"
|
||||
fi
|
||||
if [ "$arch" == "arm" ];then
|
||||
vndk="vndk-binder32.mk"
|
||||
fi
|
||||
if [ "$arch" == "a64" ];then
|
||||
vndk="vndk32.mk"
|
||||
fi
|
||||
|
||||
su_suffix='N'
|
||||
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