aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidevinavil <davidevinavil@gmail.com>2016-11-30 00:01:22 +0100
committerdavidevinavil <davidevinavil@gmail.com>2016-11-30 00:01:22 +0100
commit7fc88fd9ae3117c2da034579390ab8a41e4d66a4 (patch)
tree26ce53d13cf5833aa117374c9051555d3de9c494
parent5be86ab7d18232891ffc3b12e6b8a22a263dab58 (diff)
revert camera2
Change-Id: I5b41c69c86a55345eb99dffe28c80baf719121e4
-rwxr-xr-xBoardConfig.mk2
-rwxr-xr-xdevice.mk3
2 files changed, 2 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f5bfb00..4a22681 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -69,7 +69,7 @@ TARGET_KERNEL_APPEND_DTB := true
TARGET_KERNEL_ARCH := arm64
TARGET_KERNEL_HEADER_ARCH := arm64
TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
-TARGET_KERNEL_CONFIG := msm_defconfig
+TARGET_KERNEL_CONFIG := cyanogenmod_z2_plus_defconfig
TARGET_KERNEL_SOURCE := kernel/zuk/msm8996
TARGET_PREBUILT_KERNEL := $(PLATFORM_PATH)/prebuilt/zImage
diff --git a/device.mk b/device.mk
index 25d9070..a381902 100755
--- a/device.mk
+++ b/device.mk
@@ -128,8 +128,7 @@ PRODUCT_COPY_FILES += \
# Camera
PRODUCT_PACKAGES += \
- snap \
- Camera2
+ snap
# Connectivity Engine support (CNE)
PRODUCT_PACKAGES += \