OSDN Git Service

Build com.android.location.provider with java_sdk_library
authorSundong Ahn <sundongahn@google.com>
Mon, 21 May 2018 08:39:23 +0000 (17:39 +0900)
committerSundong Ahn <sundongahn@google.com>
Thu, 7 Jun 2018 12:08:35 +0000 (12:08 +0000)
commit50cd1a972dde18207beb580155bb3a4e648ae66b
treed2e26c6c892ea1e1b4198bd5e2f3ae76aec835af
parentc55e1b6f4d8ee4a73c85ff953e6a79f50c881b02
Build com.android.location.provider with java_sdk_library

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
CleanSpec.mk
location/lib/Android.bp [new file with mode: 0644]
location/lib/Android.mk [deleted file]
location/lib/api/current.txt [new file with mode: 0644]
location/lib/api/removed.txt [new file with mode: 0644]
location/lib/api/system-current.txt [new file with mode: 0644]
location/lib/api/system-removed.txt [new file with mode: 0644]
location/lib/api/test-current.txt [new file with mode: 0644]
location/lib/api/test-removed.txt [new file with mode: 0644]
location/lib/com.android.location.provider.xml [deleted file]