This was removed in Iff38291b964de4116bcdefe4fd74136c4878c543 in favor of using the bootclasspath fragment. However the bootclasspath fragment for media does not contain the API tracking files, so it back for now to make sure we can finalize the media API files. This CL may be revertable in the future if we can get the java_sdk_library into the bootclasspath_fragment somehow. Bug: 190807367 Bug: 188427719 Test: m media-module-sdk and inspect the zip for api tracking files Change-Id: Ia01c32d4c6c6bad734df053da0024a139a808a54
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
// Copyright (C) 2020 The Android Open Source Project
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
package {
|
|
default_visibility: [
|
|
":__subpackages__",
|
|
"//frameworks/av/apex",
|
|
"//frameworks/av/apex/testing",
|
|
],
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "frameworks_base_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["frameworks_base_license"],
|
|
}
|
|
|
|
sdk {
|
|
name: "media-module-sdk",
|
|
bootclasspath_fragments: ["com.android.media-bootclasspath-fragment"],
|
|
java_sdk_libs: [
|
|
"framework-media",
|
|
"service-media-s",
|
|
],
|
|
}
|