Remove MediaPlayer2 from media apex.
Test: build, atest MediaSession2Test Bug: 130637522 Change-Id: I65a8bc3e483d8653da6afa55d442185a554d5901
This commit is contained in:
@@ -20,10 +20,6 @@ java_library {
|
||||
],
|
||||
},
|
||||
|
||||
static_libs: [
|
||||
"mediaplayer2-protos",
|
||||
],
|
||||
|
||||
permitted_packages: [
|
||||
"android.media",
|
||||
],
|
||||
@@ -43,7 +39,6 @@ filegroup {
|
||||
name: "updatable-media-srcs",
|
||||
srcs: [
|
||||
":mediasession2-srcs",
|
||||
":mediaplayer2-srcs",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -51,7 +46,6 @@ filegroup {
|
||||
name: "updatable-media-srcs-without-aidls",
|
||||
srcs : [
|
||||
":mediasession2-srcs-without-aidls",
|
||||
":mediaplayer2-srcs",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -109,8 +103,7 @@ metalava_updatable_media_args = " --error UnhiddenSystemApi " +
|
||||
"--hide MissingPermission --hide BroadcastBehavior " +
|
||||
"--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
|
||||
"--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo " +
|
||||
"--hide HiddenTypedefConstant --show-annotation android.annotation.SystemApi " +
|
||||
" --show-annotation android.annotation.TestApi "
|
||||
"--hide HiddenTypedefConstant --show-annotation android.annotation.SystemApi "
|
||||
|
||||
droidstubs {
|
||||
name: "updatable-media-stubs",
|
||||
|
||||
Reference in New Issue
Block a user