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
This commit is contained in:
Aditya Choudhary 2024-02-02 13:57:59 +00:00
parent ce4e1d99ad
commit 24a71ace30

View file

@ -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",
}