X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fproducts%2Farmv7-a-neon%2FBoardConfig.mk;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fproducts%2Farmv7-a-neon%2FBoardConfig.mk;h=2f096fbb1420f59478c697119fa90be5a7b435cc;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/products/armv7-a-neon/BoardConfig.mk b/src/type3_AndroidCloud/anbox-master/products/armv7-a-neon/BoardConfig.mk new file mode 100644 index 0000000..2f096fb --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/products/armv7-a-neon/BoardConfig.mk @@ -0,0 +1,47 @@ +# config.mk +# +# Product-specific compile-time definitions. +# + +# The generic product target doesn't have any hardware-specific pieces. +TARGET_NO_BOOTLOADER := true +TARGET_NO_KERNEL := true +TARGET_ARCH := arm + +TARGET_ARCH_VARIANT := armv7-a-neon +TARGET_CPU_VARIANT := generic +TARGET_CPU_ABI := armeabi-v7a +TARGET_CPU_ABI2 := armeabi + +TARGET_USES_64_BIT_BINDER := true + +SMALLER_FONT_FOOTPRINT := true +MINIMAL_FONT_FOOTPRINT := true +# Some framework code requires this to enable BT +BOARD_HAVE_BLUETOOTH := true +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth + +BOARD_USES_GENERIC_AUDIO := true + +USE_CAMERA_STUB := true + +BUILD_EMULATOR_OPENGL := true +USE_OPENGL_RENDERER := true + +BOARD_USE_LEGACY_UI := true + +# Enable dex-preoptimization to speed up the first boot sequence +# of an SDK AVD. Note that this operation only works on Linux for now +ifeq ($(HOST_OS),linux) +WITH_DEXPREOPT ?= true +endif + +TARGET_USERIMAGES_USE_EXT4 := true +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 # 2 GB +BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 +BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016 +BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 +BOARD_FLASH_BLOCK_SIZE := 512 +TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true + +BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy