diff options
author | davidevinavil <davidevinavil@gmail.com> | 2016-11-30 00:01:22 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2016-11-30 00:01:22 +0100 |
commit | 7fc88fd9ae3117c2da034579390ab8a41e4d66a4 (patch) | |
tree | 26ce53d13cf5833aa117374c9051555d3de9c494 | |
parent | 5be86ab7d18232891ffc3b12e6b8a22a263dab58 (diff) |
revert camera2
Change-Id: I5b41c69c86a55345eb99dffe28c80baf719121e4
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rwxr-xr-x | device.mk | 3 |
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 @@ -128,8 +128,7 @@ PRODUCT_COPY_FILES += \ # Camera PRODUCT_PACKAGES += \ - snap \ - Camera2 + snap # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ |