From 24a71ace30c31429d283bc4fca8fea30e92282f5 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 13:57:59 +0000 Subject: 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 --- Android.bp | 5 +++-- 1 file 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", } -- cgit v1.2.3