OSDN Git Service

Build com.android.future.usb.accessory with java_sdk_library
authorSundong Ahn <sundongahn@google.com>
Mon, 4 Jun 2018 05:05:57 +0000 (14:05 +0900)
committerSundong Ahn <sundongahn@google.com>
Tue, 19 Jun 2018 01:22:30 +0000 (10:22 +0900)
commit9794d2a5b902e68e10b8fad20a79df6caf8f546b
tree0cae32cb928644c59994a352e4d2dec99d3ee8c6
parenta9bf7a881056cda29ee2dc04179ed9a89e5884a0
Build com.android.future.usb.accessory with java_sdk_library

com.android.future.usb.accessory is built with java_sdk_library and api
files are added by running "make update-api".

Bug:77577799
Test: make -j
Test: make checkapi
Test: adb shell cmd package list libraries |\
      grep com.android.future.usb.accessory
      And check the com.android.future.usb.accessory library

Change-Id: I21c635c06ab809b3d1b34b2a8de055fa20d9b066
CleanSpec.mk
libs/usb/Android.bp
libs/usb/Android.mk [deleted file]
libs/usb/api/current.txt [new file with mode: 0644]
libs/usb/api/removed.txt [new file with mode: 0644]
libs/usb/api/system-current.txt [new file with mode: 0644]
libs/usb/api/system-removed.txt [new file with mode: 0644]
libs/usb/api/test-current.txt [new file with mode: 0644]
libs/usb/api/test-removed.txt [new file with mode: 0644]
libs/usb/tests/AccessoryChat/Android.mk