From: Dianne Hackborn Date: Tue, 28 Sep 2010 21:25:05 +0000 (-0700) Subject: Add location shared library to core build. X-Git-Tag: android-x86-4.4-r1~1580^2~77^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=588fab8bbcde9e76f0c2165c8875271d27b4f74c;p=android-x86%2Fbuild.git Add location shared library to core build. Change-Id: I3ea62e2fb29611337044d4c3c10f756fb5d35f43 --- diff --git a/target/product/core.mk b/target/product/core.mk index 7f753b4f2..e1697d9d7 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -24,6 +24,8 @@ PRODUCT_PROPERTY_OVERRIDES := \ PRODUCT_PACKAGES := \ bouncycastle \ + com.android.location.provider \ + com.android.location.provider.xml \ core \ core-junit \ create_test_dmtrace \