summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:57:59 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:57:59 +0000
commit24a71ace30c31429d283bc4fca8fea30e92282f5 (patch)
tree340b193f94d27011b95e89ae7b9d396a384dc26a
parentce4e1d99adc16d63bd99a3199f8c5131ab448696 (diff)
downloadlibhardware_legacy-24a71ace30c31429d283bc4fca8fea30e92282f5.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: I6252960a39589b5e400acecea6745d847813b129
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 409db5d..44ad1ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
// Copyright 2006 The Android Open Source Project
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["hardware_libhardware_legacy_license"],
}
@@ -49,8 +50,8 @@ cc_library {
enabled: true,
},
apex_available: [
- "//apex_available:platform",
- "com.android.uwb",
+ "//apex_available:platform",
+ "com.android.uwb",
],
min_sdk_version: "Tiramisu",
}