16 lines
469 B
Makefile
16 lines
469 B
Makefile
TARGET_GAPPS_ARCH := arm64
|
|
$(call inherit-product, device/wephone/nehemiah/base-pre.mk)
|
|
include build/make/target/product/aosp_arm64_ab.mk
|
|
$(call inherit-product, device/wephone/nehemiah/base.mk)
|
|
|
|
PRODUCT_NAME := nehemiah_qin_f21pro
|
|
PRODUCT_DEVICE := mediatek_arm64
|
|
PRODUCT_BRAND := wePhone
|
|
PRODUCT_SYSTEM_BRAND := wePhone
|
|
PRODUCT_MODEL := wePhone Qin F21pro
|
|
|
|
# Overwrite the inherited "emulator" characteristics
|
|
PRODUCT_CHARACTERISTICS := device
|
|
|
|
PRODUCT_PACKAGES +=
|