summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2016-02-23 22:31:45 +0200
committerdoc HD <doc.divxm@gmail.com>2016-02-23 22:31:45 +0200
commitcd5893e4c740eeb8c46be8179b23506f317055ac (patch)
treed2dbb4297a08f787d685c6db799549577b972dd6
parentf4094b8b7426e9cde2f9ecbaf92c9261ce9d0f64 (diff)
debcaf: Adopt it to CAF tree structure
Change-Id: I1a10821aae7aedfa2c173dbbf906679df55c1b6e
-rw-r--r--BoardConfig.mk8
-rw-r--r--aosp_deb.mk2
-rw-r--r--device.mk8
3 files changed, 9 insertions, 9 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 97629d5..6253d37 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -16,13 +16,13 @@
TARGET_BOOTLOADER_BOARD_NAME := deb
TARGET_BOOTLOADER_NAME := deb
-TARGET_BOARD_INFO_FILE := device/asus/deb/board-info.txt
+TARGET_BOARD_INFO_FILE := device/asus/debcaf/board-info.txt
BOARD_HAL_STATIC_LIBRARIES := libdumpstate.deb
-TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb
+TARGET_RELEASETOOLS_EXTENSIONS := device/asus/debcaf
-TARGET_RECOVERY_FSTAB = device/asus/deb/fstab.deb
+TARGET_RECOVERY_FSTAB = device/asus/debcaf/fstab.deb
-include vendor/asus/deb/BoardConfigVendor.mk
-include device/asus/flo/BoardConfigCommon.mk
+include device/asus/flocaf/BoardConfigCommon.mk
diff --git a/aosp_deb.mk b/aosp_deb.mk
index 751ec12..2e25e79 100644
--- a/aosp_deb.mk
+++ b/aosp_deb.mk
@@ -18,7 +18,7 @@
# $(call inherit-product, device/sample/products/backup_overlay.mk)
# Inherit from hardware-specific part of the product configuration
-$(call inherit-product, device/asus/deb/device.mk)
+$(call inherit-product, device/asus/debcaf/device.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
diff --git a/device.mk b/device.mk
index f2e25e9..a8388b2 100644
--- a/device.mk
+++ b/device.mk
@@ -22,8 +22,8 @@ PRODUCT_PACKAGES += \
BasicSmsReceiver
PRODUCT_COPY_FILES += \
- device/asus/deb/fstab.deb:root/fstab.flo \
- device/asus/deb/init.deb.rc:root/init.flo.rc
+ device/asus/debcaf/fstab.deb:root/fstab.flo \
+ device/asus/debcaf/init.deb.rc:root/init.flo.rc
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
@@ -43,9 +43,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
rild.libpath=/system/lib/libril-qc-qmi-1.so
# the actual meat of the device-specific product definition
-$(call inherit-product, device/asus/flo/device-common.mk)
+$(call inherit-product, device/asus/flocaf/device-common.mk)
# inherit from the non-open-source side, if present
$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
-DEVICE_PACKAGE_OVERLAYS := device/asus/deb/overlay
+DEVICE_PACKAGE_OVERLAYS := device/asus/debcaf/overlay