commit | 618f1b2c0c902b3e1af4d3e0ac51a91a40b983e4 | [log] [tgz] |
---|---|---|
author | Patrik Fimml <patrikf@google.com> | Wed Nov 21 15:39:13 2018 +0100 |
committer | Patrik Fimml <patrikf@google.com> | Fri Dec 21 11:53:09 2018 +0000 |
tree | 50e7ab99cde5b2cc4b71019023b007942a646651 | |
parent | 03ad10369548cbf8031d4561c1fee1bea95a039e [diff] |
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: I260fa5c9e512341d6a6824afebd5e8273fa5e66c Merged-In: I260fa5c9e512341d6a6824afebd5e8273fa5e66c
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 29e12e4..b5804b1 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -48,7 +48,6 @@ bu \ bugreport \ bugreportz \ - cameraserver \ charger \ cmd \ com.android.conscrypt \
diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk index a961d1e..f874868 100644 --- a/target/product/handheld_system.mk +++ b/target/product/handheld_system.mk
@@ -41,6 +41,7 @@ Calendar \ CalendarProvider \ Camera2 \ + cameraserver \ CaptivePortalLogin \ CertInstaller \ clatd \