platform_build/target/board/generic_arm64
Stephen Smalley 21ebc213bb Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
Define BOARD_SEPOLICY_DIRS for the arm64, mips64, and x86_64
emulator targets.  As a first cut, simply inherit from the
existing policy directories used for generic and generic_x86.
We may need further board-specific policy added for these targets
but testing will require first enabling SELinux in the relevant
kernel configs.

Change-Id: I7b4459b32298698fc2908cbbdd0e3afadbe5ac24
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-04-29 09:55:08 -04:00
..
BoardConfig.mk Define BOARD_SEPOLICY_DIRS for 64-bit emulators. 2015-04-29 09:55:08 -04:00
device.mk arm: Support qemu-android on generic arm targets 2014-11-19 12:17:59 -08:00
README.txt build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00
system.prop build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00

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

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