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: Ifbead75f744dc00b84aa71b5847ec6a5e0289251
This commit is contained in:
Aditya Choudhary 2024-02-02 13:56:19 +00:00
parent f75d8fc237
commit 73874ce868

View file

@ -1,4 +1,5 @@
package { package {
default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["Android-Apache-2.0"], default_applicable_licenses: ["Android-Apache-2.0"],
} }
@ -14,7 +15,7 @@ cc_test {
"VoldNativeServiceValidation_test.cpp", "VoldNativeServiceValidation_test.cpp",
], ],
static_libs: ["libvold"], static_libs: ["libvold"],
shared_libs: ["libbinder"] shared_libs: ["libbinder"],
} }
cc_fuzz { cc_fuzz {
@ -24,7 +25,7 @@ cc_fuzz {
"vold_default_libs", "vold_default_libs",
"keystore2_use_latest_aidl_ndk_shared", "keystore2_use_latest_aidl_ndk_shared",
"service_fuzzer_defaults", "service_fuzzer_defaults",
"fuzzer_disable_leaks" "fuzzer_disable_leaks",
], ],
static_libs: [ static_libs: [
"libvold", "libvold",
@ -40,5 +41,5 @@ cc_fuzz {
cc: [ cc: [
"maco@google.com", "maco@google.com",
], ],
} },
} }