From f2d90e91435c9a39a3c91188e24501f3f2af1361 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 22 Jan 2019 18:07:03 +0000 Subject: [PATCH] Move ModuleMetadata to base_product The app is moving from /system to /product. Bug: 122353713 Test: make Change-Id: I0987b46013527503eedf75350bc30b303722552b --- target/product/base_product.mk | 1 + target/product/base_system.mk | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/base_product.mk b/target/product/base_product.mk index 6531304688..bd53fb10d9 100644 --- a/target/product/base_product.mk +++ b/target/product/base_product.mk @@ -17,3 +17,4 @@ # Base modules and settings for the product partition. PRODUCT_PACKAGES += \ healthd \ + ModuleMetadata \ diff --git a/target/product/base_system.mk b/target/product/base_system.mk index a220188ce5..4a3ae4d85a 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -208,7 +208,6 @@ PRODUCT_PACKAGES += \ MediaProvider \ mediaserver \ mke2fs \ - ModuleMetadata \ monkey \ mtpd \ ndc \