summaryrefslogtreecommitdiff
path: root/location/lib/com.android.location.provider.xml
AgeCommit message (Collapse)Author
2018-06-07Build com.android.location.provider with java_sdk_library Sundong Ahn
com.android.location.provider is built with java_sdk_library and api files are added by running "make update-api". Remove com.android.location.provider.xml since it will be make auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.location.provider And check the com.android.location.provider library Change-Id: Iad0b4452fd87716c277235f3da6f3540aafdbed3
2012-12-11Revert "Move location provider lib to frameworks/ex - 1" Laurent Tu
This reverts commit 578081f9da7ddb056b9b98524c639acd9194ecb6.
2012-12-05Move location provider lib to frameworks/ex - 1 Laurent Tu
Move location provider lib to frameworks/ex so it can be re-used in GmsCore. This is the frameworks/base part of the change (1). Change-Id: Ifc31a6809876e9c9afb6ed841b66cf06de7e8964
2010-09-28Add location shared library for location provider APIs. Dianne Hackborn
First part, adding the existing classes in their new library. The old code will be removed once everything gets switched to using this. Change-Id: I27b6ad8c75c16f35300090e95f12a7db5608e3a3