Tryout
This commit is contained in:
parent
dd0ad19fe1
commit
7f8cf84bc8
1
tryout/board-base.mk
Normal file
1
tryout/board-base.mk
Normal file
@ -0,0 +1 @@
|
||||
|
14
tryout/tryout.mk
Normal file
14
tryout/tryout.mk
Normal file
@ -0,0 +1,14 @@
|
||||
TARGET_GAPPS_ARCH := arm64
|
||||
|
||||
include build/make/target/product/aosp_arm64_ab.mk
|
||||
|
||||
PRODUCT_NAME := tryout
|
||||
PRODUCT_DEVICE := tryout
|
||||
PRODUCT_BRAND := wePhone
|
||||
PRODUCT_SYSTEM_BRAND := wePhone
|
||||
PRODUCT_MODEL := weOs | Tryout | Nehemiah
|
||||
|
||||
# Overwrite the inherited "emulator" characteristics
|
||||
PRODUCT_CHARACTERISTICS := device
|
||||
|
||||
PRODUCT_PACKAGES +=
|
8
tryout/tryout/BoardConfig.mk
Normal file
8
tryout/tryout/BoardConfig.mk
Normal file
@ -0,0 +1,8 @@
|
||||
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
|
||||
include device/wephone/tryout/board-base.mk
|
||||
|
||||
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
|
||||
else
|
||||
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 33554432
|
||||
endif
|
Loading…
x
Reference in New Issue
Block a user