aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-17 01:36:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-17 01:36:30 +0000
commitfabd1a423580b3729639f558b6c6ce56309a9db8 (patch)
tree7aa355fd0b89ec0b2611e17ee84a14c6fa449e22
parentbed895aec6ca4c90c05ed777c68cca46f8380795 (diff)
parent488a2af021e3e7473f083a9435b1472c0d411f3d (diff)
downloadlibyuv-fabd1a423580b3729639f558b6c6ce56309a9db8.tar.gz
Snap for 11724493 from 488a2af021e3e7473f083a9435b1472c0d411f3d to androidx-compose-g3-release
Change-Id: Iacc96d96e84fa266570b00c4506d135f1658223e
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 95c969b4..506184e0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,9 +21,6 @@ cc_library {
vendor_available: true,
product_available: true,
host_supported: true,
- vndk: {
- enabled: true,
- },
srcs: [
"source/compare.cc",
@@ -94,6 +91,7 @@ cc_library {
apex_available: [
"//apex_available:platform",
"com.android.media.swcodec",
+ "com.android.virt",
],
min_sdk_version: "29",
}