platform_build/target/board/generic
2018-05-15 04:09:36 +00:00
..
sepolicy Enable PRODUCT_COMPATIBLE_PROPERTY for aosp_$arch 2018-05-10 13:13:21 +08:00
AndroidBoard.mk
BoardConfig.mk Enable /cache mount point 2018-05-10 15:20:49 +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.