strix
This commit is contained in:
@@ -19,7 +19,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_product.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk)
|
||||
|
||||
# Default AOSP sounds
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
|
||||
endif
|
||||
|
||||
@@ -39,7 +39,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Telephony:
|
||||
# Provide a APN configuration to GSI product
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/sample/etc/apns-full-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml
|
||||
endif
|
||||
|
@@ -515,7 +515,7 @@ PRODUCT_PACKAGES_DEBUG := \
|
||||
unwind_reg_info \
|
||||
unwind_symbols \
|
||||
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
su
|
||||
endif
|
||||
|
@@ -45,7 +45,7 @@ PRODUCT_VENDOR_PROPERTIES := \
|
||||
PRODUCT_LOCALES := en_US
|
||||
|
||||
# Get some sounds
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
|
||||
endif
|
||||
|
||||
|
@@ -26,7 +26,7 @@ PRODUCT_VENDOR_PROPERTIES := \
|
||||
PRODUCT_COPY_FILES := \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
|
||||
endif
|
||||
|
@@ -32,7 +32,7 @@ PRODUCT_PACKAGES += \
|
||||
SettingsIntelligence \
|
||||
frameworks-base-overlays
|
||||
|
||||
ifeq ($(MINUS_BUILD),)
|
||||
ifeq ($(STRIX_BUILD),)
|
||||
PRODUCT_PACKAGES += \
|
||||
Camera2 \
|
||||
LatinIME
|
||||
|
Reference in New Issue
Block a user