From 8ead371831b341e0803505d58d1ec624b98fbea0 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Thu, 7 Apr 2016 15:29:55 -0700 Subject: [PATCH] Add ext libs to AOSP - they are part of the system bug:27698377 Change-Id: Ic426e08e450598c53e4dbf9c734d808b19fae705 --- target/product/core_minimal.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 13f23ad02..7a96a1b0f 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -24,6 +24,8 @@ PRODUCT_NAME := core PRODUCT_PACKAGES += \ BackupRestoreConfirmation \ + ExtShared \ + ExtServices \ DownloadProvider \ HTMLViewer \ MediaProvider \