Skip to content

Commit

Permalink
Remove obex library code from frameworks/base.
Browse files Browse the repository at this point in the history
The obex library has been migrated to platform/external/obex as it uses
the BSD license and should not be in any non-3p repo. Only the ObexPacket
class is retained as it is a public API.

Bug: 219056000
Bug: 220211554
Test: Manual
Change-Id: If279fda41b7790abe0f25d9ebd8ea4c6fb58cbbb
  • Loading branch information
Rahul Sabnis committed Feb 28, 2022
1 parent deb79e3 commit af8baab
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 6,926 deletions.
2 changes: 2 additions & 0 deletions obex/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ license {
],
}

// No longer used. Only kept because the ObexPacket class is a public API.
// The library has been migrated to platform/external/obex.
java_sdk_library {
name: "javax.obex",
srcs: ["javax/**/*.java"],
Expand Down
162 changes: 0 additions & 162 deletions obex/javax/obex/ApplicationParameter.java

This file was deleted.

115 changes: 0 additions & 115 deletions obex/javax/obex/Authenticator.java

This file was deleted.

76 changes: 0 additions & 76 deletions obex/javax/obex/BaseStream.java

This file was deleted.

Loading

0 comments on commit af8baab

Please sign in to comment.