diff options
author | Colin Cross <ccross@android.com> | 2021-05-10 10:38:53 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2021-06-02 13:49:22 -0700 |
commit | fe09091214c715856ecae3c3daf9836238ee3cbe (patch) | |
tree | b5d09c889c6a6449f23cdaf1102cbc387b6a35ef /obex | |
parent | 81858ab41c2b501213f4ae5f4fbdf5520aace076 (diff) |
Set dist_group: "android" for frameworks/base java_sdk_libraries
dist_group replaces owner and the default is going to change, set it
to the current default "android" for frameworks/base java_sdk_libraries.
Bug: 186723288
Test: m checkbuild
Change-Id: I1526853951bcffbe5c5aec6fbc6ba8e0dbea95ad
Diffstat (limited to 'obex')
-rw-r--r-- | obex/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obex/Android.bp b/obex/Android.bp index 95eac81e80be..37e7f76bead5 100644 --- a/obex/Android.bp +++ b/obex/Android.bp @@ -48,4 +48,5 @@ java_sdk_library { name: "javax.obex", srcs: ["javax/**/*.java"], api_packages: ["javax.obex"], + dist_group: "android", } |