commit | 3b6c8e1e7fde934da86d790788a66a1212086e35 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Mon Oct 03 18:13:09 2022 +0300 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 9dadd43d58a149300d6d2cc5b0b786f780182300 | |
parent | 7861e7e4edf30278b17817ea2db3ec03fa80b98f [diff] |
Exclude Camera2 for lineage builds Change-Id: I64daac3c0ba5511dea6fb9abcb204d679fe01bef
diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk index ae7cbe0..b2ce4c5 100644 --- a/target/product/handheld_product.mk +++ b/target/product/handheld_product.mk
@@ -24,7 +24,6 @@ PRODUCT_PACKAGES += \ Browser2 \ Calendar \ - Camera2 \ Contacts \ DeskClock \ Gallery2 \ @@ -36,6 +35,7 @@ ifeq ($(LINEAGE_BUILD),) PRODUCT_PACKAGES += \ + Camera2 \ LatinIME endif