Build java.obex with java_sdk_library

javax.obex is built with java_sdk_library and api files are added by
running "make update-api".
Remove java.obex is from platform.xml, since it will be generated
automatically by soong when the library is built with java_sdk_library.

Bug:77577799
Test: make -j
      make checkapi

Change-Id: Ib94955e62582ffbdfc7eb88cd0e494c61757c7aa
This commit is contained in:
Sundong Ahn
2018-05-18 09:58:11 +09:00
parent 9f89b3393d
commit 1c53cc161d
10 changed files with 51 additions and 22 deletions

12
obex/api/current.txt Normal file
View File

@@ -0,0 +1,12 @@
package javax.obex {
public class ObexPacket {
method public static javax.obex.ObexPacket read(java.io.InputStream) throws java.io.IOException;
method public static javax.obex.ObexPacket read(int, java.io.InputStream) throws java.io.IOException;
field public int mHeaderId;
field public int mLength;
field public byte[] mPayload;
}
}

0
obex/api/removed.txt Normal file
View File

View File

View File

View File

View File