aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinisa (thermskin) <sinisa.sehovic@gmail.com>2015-12-13 21:25:44 +0100
committerSinisa (thermskin) <sinisa.sehovic@gmail.com>2015-12-13 21:25:44 +0100
commit83926e072399c18eee12e83056673170b1ecfb83 (patch)
tree679a200fb7e2057f2131b554a43366f5d684711c
parent3b51117349847850ee94ab28d8624eb42682b063 (diff)
h815: added G4 Camera to build with ROM
Change-Id: I5fad4f85705eee608429c7458818f3a5da380f64
-rw-r--r--aicp.dependencies5
-rw-r--r--device.mk4
2 files changed, 9 insertions, 0 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
index 6ef2173..86d3dc0 100644
--- a/aicp.dependencies
+++ b/aicp.dependencies
@@ -14,5 +14,10 @@
"repository": "AICP/proprietary_vendor_lge",
"target_path": "vendor/lge",
"branch": "mm6.0"
+ },
+ {
+ "repository": "codeworkx/android_packages_apps_G4Camera",
+ "target_path": "packages/apps/G4Camera",
+ "branch": "cm-13.0"
}
]
diff --git a/device.mk b/device.mk
index a5b6724..e563726 100644
--- a/device.mk
+++ b/device.mk
@@ -22,6 +22,10 @@ $(call inherit-product-if-exists, vendor/lge/h815/h815-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
+# G4 Camera
+PRODUCT_PACKAGES += \
+ G4Camera
+
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml