summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index f7a540af..6227bfe5 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_hardware_backed_security",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_security_license"
@@ -17,7 +18,7 @@ cc_defaults {
"-Wno-deprecated-declarations",
],
sanitize: {
- misc_undefined : ["integer"],
+ misc_undefined: ["integer"],
},
}
@@ -102,7 +103,7 @@ cc_library_static {
name: "libcredstore_aidl",
srcs: [
":credstore_aidl",
- ],
+ ],
aidl: {
export_aidl_headers: true,
include_dirs: [
@@ -136,6 +137,6 @@ cc_fuzz {
cc: [
"trong@google.com",
"zeuthen@google.com",
- ]
+ ],
},
}