Loading target/product/AndroidProducts.mk +3 −2 Original line number Diff line number Diff line Loading @@ -25,11 +25,12 @@ # it includes. # # An unbundled app build needs only generic.mk. # Unbundled apps will be built with the default product config. ifneq ($(TARGET_BUILD_APPS),) PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/generic.mk $(LOCAL_DIR)/generic.mk \ $(LOCAL_DIR)/full.mk else PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ Loading target/product/full.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ PRODUCT_LOCALES := en_US # Pick up some sounds - stick with the short list to save space # on smaller devices. $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) $(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk) # Get the TTS language packs $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) Loading Loading
target/product/AndroidProducts.mk +3 −2 Original line number Diff line number Diff line Loading @@ -25,11 +25,12 @@ # it includes. # # An unbundled app build needs only generic.mk. # Unbundled apps will be built with the default product config. ifneq ($(TARGET_BUILD_APPS),) PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/generic.mk $(LOCAL_DIR)/generic.mk \ $(LOCAL_DIR)/full.mk else PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ Loading
target/product/full.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ PRODUCT_LOCALES := en_US # Pick up some sounds - stick with the short list to save space # on smaller devices. $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) $(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk) # Get the TTS language packs $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) Loading