summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:27 +0000
committerAditya Choudhary <caditya@google.com>2024-02-05 21:12:14 +0000
commit6ec5d39099e83c3db80117846cf2395815b2ec7f (patch)
treede4b48670d0fac89f1708879644fb1c8ac169d7e
parent4b59ea8471e89d01300481a92de3230b79b6d7c7 (diff)
downloadunwinding-6ec5d39099e83c3db80117846cf2395815b2ec7f.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: I7f84a85429d9fa5a58174ac16b04d871745ca02a
-rw-r--r--libunwindstack/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 9c8a4bb..77fc6bc 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: [
"Android-Apache-2.0",
"system_unwinding_libunwindstack_license",
@@ -41,7 +42,7 @@ cc_defaults {
"-Wextra",
"-Wno-deprecated-volatile",
// Disable this warning, it doesn't provide any useful data.
- "-Wno-reorder-init-list"
+ "-Wno-reorder-init-list",
],
target: {