config: more vendor/cm -> vendor/replicant path fixes
Makes sure that these configs can be used for potential Replicant targets. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
parent
652c57c520
commit
2b5008db43
@ -6,7 +6,7 @@ PRODUCT_PACKAGES += \
|
||||
LatinIME
|
||||
|
||||
# Include CM LatinIME dictionaries
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/dictionaries
|
||||
|
||||
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Inherit common CM stuff
|
||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||
$(call inherit-product, vendor/replicant/config/common_full.mk)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Inherit common CM stuff
|
||||
$(call inherit-product, vendor/cm/config/common.mk)
|
||||
$(call inherit-product, vendor/replicant/config/common.mk)
|
||||
|
||||
PRODUCT_SIZE := mini
|
||||
|
@ -9,4 +9,4 @@ ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
||||
vendor/replicant/prebuilt/common/bootanimation/vertical-320x480.zip:system/media/bootanimation.zip
|
||||
endif
|
||||
|
||||
$(call inherit-product, vendor/cm/config/telephony.mk)
|
||||
$(call inherit-product, vendor/replicant/config/telephony.mk)
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Inherit common CM stuff
|
||||
$(call inherit-product, vendor/cm/config/common_mini.mk)
|
||||
$(call inherit-product, vendor/replicant/config/common_mini.mk)
|
||||
|
Loading…
Reference in New Issue
Block a user