platform_build/target/board/generic_arm64
SzuWei Lin fb27c2954f Support dynamic 64-bit drmserver
64-bit GSI requires support both 64_32-bit and 64-bit devices at
the same time. Add a new variable TARGET_DYNAMIC_64_32_DRMSERVER
to put drmserver_dynamic.rc into GSI. Which starts 64-bit
drmserver if ro.zygote is zygote64. Otherwise, it keeps the
original behavior to start 32-bit drmserver.

Bug: 282603373
Test: make gsi_arm64-user; Check system/etc/init
Test: make gsi_arm-user; Check systen/etc/init
Change-Id: I874cee00a066086f565e044549ad40c6ab5d62b0
Merged-In: I874cee00a066086f565e044549ad40c6ab5d62b0
2023-05-17 05:02:25 +00:00
..
sepolicy OWNERS: include core sepolicy OWNERS 2020-11-16 13:26:38 +01:00
BoardConfig.mk Support dynamic 64-bit drmserver 2023-05-17 05:02:25 +00:00
device.mk Remove GKI from gsi_$arch 2022-01-21 11:54:12 +08:00
README.txt aosp_arm64: clarify GKI in readme. 2020-11-16 11:40:58 -08:00
system_ext.prop Moving GSI-specific properties to /system_ext 2019-09-10 21:55:32 +08:00

The "generic_arm64" product defines a non-hardware-specific arm64 target
without a bootloader.

It is also the target to build the generic kernel image (GKI).

It is not a product "base class"; no other products inherit
from it or use it in any way.