[DON'T BLOCK] Test ownership migration rules

This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.

For more details please refer to the link below,
<add g3 doc link>

Bug: 304529413
Test: N/A
Change-Id: I204c137da43a021bcebe316759d1aadaec99fe2a
This commit is contained in:
Ronish Kalia
2024-02-14 14:19:08 +00:00
parent 78451da9a3
commit d0f454d91c
23 changed files with 79 additions and 41 deletions

View File

@@ -13,6 +13,7 @@
// limitations under the License.
package {
default_team: "trendy_team_media_framework_drm",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_widevine_license"
@@ -29,6 +30,10 @@ cc_prebuilt_binary {
relative_install_path: "hw",
init_rc: ["android.hardware.drm-service.widevine-v17.rc"],
vintf_fragments: ["manifest_android.hardware.drm-service.widevine-v17.xml"],
shared_libs: ["libbinder_ndk", "libcrypto", "liblog"],
shared_libs: [
"libbinder_ndk",
"libcrypto",
"liblog",
],
proprietary: true,
}
}