From 936cc2a09c9e9d876b37ca6a6e9fc56047634ecd Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Fri, 10 Jun 2016 13:14:57 -0700 Subject: [PATCH] Add the StorageManager APK to the core build. Bug: 28965462 Change-Id: Id2877a22f0b8e675cecc0430013a008993145d6e --- target/product/core.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/core.mk b/target/product/core.mk index 75cf649d2e..0a4e0fdfed 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -53,6 +53,7 @@ PRODUCT_PACKAGES += \ QuickSearchBox \ Settings \ SharedStorageBackup \ + StorageManager \ Telecom \ TeleService \ VpnDialogs \