Push cameraserver downstream from base_system.mk.

Some non-phone form factors don't want cameraserver to save storage and RAM.
Pushing it down to handheld and other build files allows selective inclusion to
happen there.

Intended to be a no-op refactoring, will disable for ATV in a follow-up CL.

Bug: 118369095
Test: built system image for random device as smoke test
Change-Id: Ifc6c1253e2c6c3d19ed9a5d461a991b0b78936fd
Merged-In: Ifc6c1253e2c6c3d19ed9a5d461a991b0b78936fd
diff --git a/products/atv_base.mk b/products/atv_base.mk
index 4b2602e..7909c1b 100644
--- a/products/atv_base.mk
+++ b/products/atv_base.mk
@@ -66,6 +66,9 @@
     local_time.default \
     screenrecord
 
+PRODUCT_PACKAGES += \
+    cameraserver
+
 PRODUCT_COPY_FILES += \
     frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf