aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Hansson2018-06-28 10:50:42 -0500
committerAnton Hansson2018-06-28 11:22:14 -0500
commit30417d971edb7467aff8b888ae9510c5c2324790 (patch)
tree7b893bd04a575861fe8ca5178c06836d662b53de /target/product/base_vendor.mk
parent14add317803c669b091baa39de490b264ea6161e (diff)
downloadplatform-build-30417d971edb7467aff8b888ae9510c5c2324790.tar.gz
platform-build-30417d971edb7467aff8b888ae9510c5c2324790.tar.xz
platform-build-30417d971edb7467aff8b888ae9510c5c2324790.zip
Move some recovery packages out of base_system.
Put the in base_vendor for now. That file should probably be renamed to base_nonsystem.mk or something of that sort. There is a remaining artifacts in recovery, but I think its target needs to be split up, so move these for now. Bug: 80410283 Test: make Change-Id: I98c2b96b413fff4c8b0377e69bc9c2693ccca7cd
Diffstat (limited to 'target/product/base_vendor.mk')
-rw-r--r--target/product/base_vendor.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/product/base_vendor.mk b/target/product/base_vendor.mk
index 4596cb6a8..678b60af2 100644
--- a/target/product/base_vendor.mk
+++ b/target/product/base_vendor.mk
@@ -14,6 +14,14 @@
14# limitations under the License. 14# limitations under the License.
15# 15#
16 16
17# Base modules and settings for recovery.
18PRODUCT_PACKAGES += \
19 adbd.recovery \
20 ld.config.recovery.txt \
21 linker.recovery \
22 recovery \
23 shell_and_utilities_recovery \
24
17# Base modules and settings for the vendor partition. 25# Base modules and settings for the vendor partition.
18PRODUCT_PACKAGES += \ 26PRODUCT_PACKAGES += \
19 android.hardware.cas@1.0-service \ 27 android.hardware.cas@1.0-service \