summaryrefslogtreecommitdiff
path: root/libs/incidentcompanion/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/incidentcompanion/Android.bp')
-rw-r--r--libs/incidentcompanion/Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/libs/incidentcompanion/Android.bp b/libs/incidentcompanion/Android.bp
index 63411b9698..ef7f52318b 100644
--- a/libs/incidentcompanion/Android.bp
+++ b/libs/incidentcompanion/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_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
filegroup {
name: "incidentcompanion_aidl",
srcs: [
@@ -49,4 +58,3 @@ cc_library_static {
"-Wunused-parameter",
],
}
-