diff --git a/target/product/base_system.mk b/target/product/base_system.mk index bacc224f0d..d5a27df98c 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -96,6 +96,7 @@ PRODUCT_PACKAGES += \ ExtShared \ flags_health_check \ framework-graphics \ + framework-location \ framework-minus-apex \ framework-minus-apex-install-dependencies \ framework-res \ diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index f7c92aaa0d..78c45c1b47 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -50,6 +50,7 @@ PRODUCT_TEST_ONLY_ART_BOOT_IMAGE_JARS := \ PRODUCT_BOOT_JARS += \ framework-minus-apex \ framework-graphics \ + framework-location \ ext \ telephony-common \ voip-common \