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
Merged-In: I1526853951bcffbe5c5aec6fbc6ba8e0dbea95ad
diff --git a/location/lib/Android.bp b/location/lib/Android.bp
index 5cd5a59..f99c59c 100644
--- a/location/lib/Android.bp
+++ b/location/lib/Android.bp
@@ -30,4 +30,5 @@
         "androidx.annotation_annotation",
     ],
     api_packages: ["com.android.location.provider"],
+    dist_group: "android",
 }