Merge "Add ike-internals when building framework-all-sources" into rvc-dev-plus-aosp am: 6872de2560

Change-Id: I626fdff0b74942cd2bcc03dc1337fb77ca862e24
This commit is contained in:
Paul Duffin
2020-03-27 09:44:25 +00:00
committed by Automerger Merge Worker

View File

@@ -538,6 +538,9 @@ java_library {
static_libs: [
"exoplayer2-extractor",
"android.hardware.wifi-V1.0-java-constants",
// Additional dependencies needed to build the ike API classes.
"ike-internals",
],
apex_available: ["//apex_available:platform"],
visibility: [
@@ -550,6 +553,7 @@ java_library {
java_library {
name: "framework-annotation-proc",
visibility: ["//visibility:private"],
srcs: [
":framework-all-sources",
"core/java/**/*.logtags",
@@ -559,6 +563,8 @@ java_library {
"app-compat-annotations",
"ext",
"unsupportedappusage",
// Additional dependencies needed to build the ike API classes.
"ike-internals",
],
installable: false,