diff options
author | 2020-09-01 03:59:46 +0000 | |
---|---|---|
committer | 2020-09-01 03:59:46 +0000 | |
commit | 5afdc529013b6f86af6693199c4bf2bc6885f3f2 (patch) | |
tree | 4f7fdea216266d39a140a31103ae59b7c5baa1f3 | |
parent | aa603fd93a405b7fef87f62528684ff2f1d36059 (diff) | |
parent | 09939278b458c7022d814df70218d60f821226af (diff) |
Merge "Don't use the internal module name"
-rw-r--r-- | Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 8475fbd87c09..e756b3428164 100644 --- a/Android.bp +++ b/Android.bp @@ -333,7 +333,6 @@ filegroup { ":installd_aidl", ":keystore_aidl", ":libaudioclient_aidl", - ":mediatranscoding_aidl_interface-java-source", ":libbinder_aidl", ":libbluetooth-binder-aidl", ":libcamera_client_aidl", @@ -577,6 +576,7 @@ java_library { // If MimeMap ever becomes its own APEX, then this dependency would need to be removed // in favor of an API stubs dependency in java_library "framework" below. "mimemap", + "mediatranscoding_aidl_interface-java", ], // For backwards compatibility. stem: "framework", @@ -623,6 +623,7 @@ java_library { static_libs: [ "exoplayer2-extractor", "android.hardware.wifi-V1.0-java-constants", + "mediatranscoding_aidl_interface-java", // Additional dependencies needed to build the ike API classes. "ike-internals", |