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