Loading Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -445,6 +445,7 @@ java_library { ], // For backwards compatibility. stem: "framework", apex_available: ["//apex_available:platform"], } // This "framework" module is NOT installed to the device. It's Loading @@ -465,6 +466,7 @@ java_library { // TODO(jiyong): add stubs for APEXes here ], sdk_version: "core_platform", apex_available: ["//apex_available:platform"], } java_library { Loading @@ -473,7 +475,8 @@ java_library { srcs: [":framework-all-sources"], installable: false, libs: ["app-compat-annotations"], static_libs: ["exoplayer2-core"] static_libs: ["exoplayer2-core"], apex_available: ["//apex_available:platform"], } java_library { Loading Loading
Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -445,6 +445,7 @@ java_library { ], // For backwards compatibility. stem: "framework", apex_available: ["//apex_available:platform"], } // This "framework" module is NOT installed to the device. It's Loading @@ -465,6 +466,7 @@ java_library { // TODO(jiyong): add stubs for APEXes here ], sdk_version: "core_platform", apex_available: ["//apex_available:platform"], } java_library { Loading @@ -473,7 +475,8 @@ java_library { srcs: [":framework-all-sources"], installable: false, libs: ["app-compat-annotations"], static_libs: ["exoplayer2-core"] static_libs: ["exoplayer2-core"], apex_available: ["//apex_available:platform"], } java_library { Loading