mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Add support for both GApps & Non-GApps Builds
This commit is contained in:
parent
d18674554d
commit
48ba49b9f8
1 changed files with 11 additions and 1 deletions
12
aosp_deb.mk
12
aosp_deb.mk
|
@ -17,9 +17,19 @@
|
|||
# Sample: This is where we'd set a backup provider if we had one
|
||||
# $(call inherit-product, device/sample/products/backup_overlay.mk)
|
||||
|
||||
# PixelExperience stuff.
|
||||
# AEX stuff.
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
|
||||
# Set this flag in build script
|
||||
ifeq ($(CURRENT_BUILD_TYPE), gapps)
|
||||
# GAPPS
|
||||
WITH_GAPPS := true
|
||||
TARGET_GAPPS_ARCH := arm
|
||||
TARGET_MINIMAL_APPS := true
|
||||
TARGET_SHIPS_SEPERATE_GAPPS_BUILD := true
|
||||
#IS_PHONE := true
|
||||
endif
|
||||
|
||||
# Inherit full common AEX stuff
|
||||
$(call inherit-product, vendor/aosp/config/common.mk)
|
||||
$(call inherit-product, vendor/aosp/config/aex_props.mk)
|
||||
|
|
Loading…
Reference in a new issue