summaryrefslogtreecommitdiff
path: root/identity
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:02:09 +0000
committerRonish Kalia <ronish@google.com>2024-02-13 00:24:32 +0000
commitd987e9b32712a738cb849d132812de0441ba3d07 (patch)
treeb92dbf329274618ed30d720d827dcd97dba3120f /identity
parent2730678378363102d5e1de77eb3f3f94a8e3eb0c (diff)
downloadsecurity-d987e9b32712a738cb849d132812de0441ba3d07.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ia06fe7f4d0518d03cebf52d34ca9b1434011d272
Diffstat (limited to 'identity')
-rw-r--r--identity/Android.bp7
-rw-r--r--identity/util/Android.bp1
2 files changed, 5 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",
- ]
+ ],
},
}
diff --git a/identity/util/Android.bp b/identity/util/Android.bp
index 71d77187..771fe792 100644
--- a/identity/util/Android.bp
+++ b/identity/util/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_hardware_backed_security",
default_applicable_licenses: ["Android-Apache-2.0"],
}