summaryrefslogtreecommitdiff
path: root/location/lib/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'location/lib/Android.bp')
-rw-r--r--location/lib/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/location/lib/Android.bp b/location/lib/Android.bp
index cd45e8e6ffa6..5cd5a59f41ac 100644
--- a/location/lib/Android.bp
+++ b/location/lib/Android.bp
@@ -14,6 +14,15 @@
// limitations under the License.
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_base_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_license"],
+}
+
java_sdk_library {
name: "com.android.location.provider",
srcs: ["java/**/*.java"],