platform_build/target/board/generic
Isaac Chen b2e58893c3 Set proper CPU variant for aosp_arm
System image of aosp_arm products is the new GSI in Pi.
Its arch variants need to be the same as the legacy GSI built
with aosp_arm_ab so it can pass related CTS/VTS tests.

Bug: 80401108
Test: $ lunch aosp_arm-userdebug; m -j; emulator # booted OK
      $ lunch aosp_arm-userdebug; m -j cts

Change-Id: I29fffca3e02a2251913a327b54640fc622e77a8d
2018-05-31 10:01:08 +08:00
..
sepolicy Temporarily whitelisting system domains writing vendor props 2018-05-18 20:16:51 +09:00
AndroidBoard.mk
BoardConfig.mk Set proper CPU variant for aosp_arm 2018-05-31 10:01:08 +08:00
device.mk Enable VNDK for aosp_arm(64) 2018-04-23 19:19:29 +08:00
README.txt
system.prop emulator: move rild.libpath to vendor 2017-10-26 16:45:05 -07:00

The "generic" product defines a non-hardware-specific target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the emulator, though sound will not work
(see the "emulator" product for that).

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