Fix files mis-synced from cdm repo to Android
Test: build Bug: 161477208 Change-Id: I2d48dff987fe37a54ffdfc47a7896fba975a0e20
This commit is contained in:
@@ -379,3 +379,10 @@ cc_prebuilt_library_shared {
|
|||||||
proprietary: true,
|
proprietary: true,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
phony {
|
||||||
|
name: "android.hardware.drm@latest-service.widevine",
|
||||||
|
required: [
|
||||||
|
"android.hardware.drm@1.4-service.widevine",
|
||||||
|
],
|
||||||
|
}
|
||||||
@@ -11,7 +11,17 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
|
||||||
|
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
|
||||||
|
// DEPENDING ON IT IN YOUR PROJECT. ***
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// legacy_by_exception_only (by exception only)
|
||||||
|
default_applicable_licenses: ["vendor_widevine_license"],
|
||||||
|
}
|
||||||
|
|
||||||
// Builds libwvdrmcryptoplugin_hidl
|
// Builds libwvdrmcryptoplugin_hidl
|
||||||
//
|
//
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
|
|||||||
@@ -13,6 +13,15 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
|
||||||
|
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
|
||||||
|
// DEPENDING ON IT IN YOUR PROJECT. ***
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// legacy_by_exception_only (by exception only)
|
||||||
|
default_applicable_licenses: ["vendor_widevine_license"],
|
||||||
|
}
|
||||||
|
|
||||||
// Builds libwvdrmdrmplugin_hidl
|
// Builds libwvdrmdrmplugin_hidl
|
||||||
//
|
//
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
|
|||||||
Reference in New Issue
Block a user