diff options
author | Patrik Fimml <patrikf@google.com> | 2018-11-21 15:39:13 +0100 |
---|---|---|
committer | Patrik Fimml <patrikf@google.com> | 2018-12-12 17:09:48 +0100 |
commit | 3e934ea0cfbf62cf418a981f92c737735b3fe514 (patch) | |
tree | f13238cc04f8d89e81b95c514e0d62077a562fec | |
parent | 133e4a7fac01e7f425e329c190eeb444b6278684 (diff) | |
download | device_generic_armv7-a-neon-3e934ea0cfbf62cf418a981f92c737735b3fe514.tar.gz device_generic_armv7-a-neon-3e934ea0cfbf62cf418a981f92c737735b3fe514.tar.bz2 device_generic_armv7-a-neon-3e934ea0cfbf62cf418a981f92c737735b3fe514.zip |
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: Id10728d86b6589fc77a1e6ca15e3254e2fc96f1a
Merged-In: Id10728d86b6589fc77a1e6ca15e3254e2fc96f1a
-rw-r--r-- | mini_common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mini_common.mk b/mini_common.mk index 9e93531..a41731d 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -42,6 +42,7 @@ PRODUCT_PACKAGES += \ WAPPushManager \ audio \ audio.primary.default \ + cameraserver \ com.android.future.usb.accessory \ hostapd \ wificond \ |