Remove android.media.* AIDL libs from VNDK

It's still available from vendor.

Bug: 234181591
Test: m
Merged-In: I8e177d32852b548645a8bd1d7b7bb8a128c7b0bc
Change-Id: I8e177d32852b548645a8bd1d7b7bb8a128c7b0bc
(cherry picked from commit 7746c0e189)
This commit is contained in:
Jooyung Han
2022-05-30 16:16:17 +09:00
parent 7165c7e54a
commit 037ea8ce79

View File

@@ -110,9 +110,6 @@ aidl_interface {
],
},
ndk: {
vndk: {
enabled: true,
},
min_sdk_version: "29",
apex_available: [
"//apex_available:platform",
@@ -164,11 +161,6 @@ aidl_interface {
java: {
sdk_version: "module_current",
},
ndk: {
vndk: {
enabled: true,
},
},
},
imports: [
"android.media.audio.common.types",