platform_build/target/board
Jiyong Park 38f8aacf3b Add aosp_arm64_ab for generic system image for A/B-ready devices
aosp_arm64_ab is added as a product to build a generic system image for
all devices with ARM64 and A/B ready partitions. For now, it only
supports sailfish/marlin devices because following items are not yet
split.

- fstab
- overlays
- sepolicy

Bug: 35653062
Test: build and flash it to sailfish (or marlin)

$ source build/envsetup.sh; choosecombo 1 sailfish userdebug
$ ENABLE_EARLY_MOUNT=true ENABLE_TREBLE=true m -j 80
$ fastboot flashall
(For now, the two ENABLE_* are required to install  *.rc and *.prop
files into vendor partition. This restriction will be removed in the
future.)

$ source build/envsetup.sh; choosecombo 1 aosp_arm64_ab userdebug
$ m -j 80 systemimage
$ fastboot flash system out/target/product/generic_arm64_ab/system.img
$ fastboot -w reboot

Change-Id: Ia91163f2d51e90a488c9451cba23242887ea82ba
2017-03-09 17:14:37 +09:00
..
generic Increase system image size to 2GB for the emulator 2017-01-24 12:30:07 -08:00
generic_arm64 Emulator: set correct rild library path for 64bit arch 2017-02-01 12:52:48 -08:00
generic_arm64_ab Add aosp_arm64_ab for generic system image for A/B-ready devices 2017-03-09 17:14:37 +09:00
generic_armv5 Remove ARCH_ARM_HAVE_TLS_REGISTER. 2015-02-13 20:51:12 -08:00
generic_mips Increase system image size to 2GB for the emulator 2017-01-24 12:30:07 -08:00
generic_mips64 Emulator: set correct rild library path for 64bit arch 2017-02-01 12:52:48 -08:00
generic_x86 Increase system image size to 2GB for the emulator 2017-01-24 12:30:07 -08:00
generic_x86_64 Emulator: set correct rild library path for 64bit arch 2017-02-01 12:52:48 -08:00
generic_x86_arm For emulator builds preopt system apps even if doing eng build 2016-09-27 16:07:32 +00:00
Android.mk Don't bother going through the source tree 2013-08-09 10:08:30 -07:00