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:
Wolfgang Wiedmeyer 2017-05-01 22:49:59 +02:00
parent 652c57c520
commit 2b5008db43
No known key found for this signature in database
GPG Key ID: 5816A24C10757FC4
5 changed files with 5 additions and 5 deletions

View File

@ -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 += \

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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)