diff --git a/libwvdrmengine/apex/Android.bp b/libwvdrmengine/apex/Android.bp index 9e969b88..e29d4e72 100644 --- a/libwvdrmengine/apex/Android.bp +++ b/libwvdrmengine/apex/Android.bp @@ -12,6 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "vendor_widevine_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["vendor_widevine_license"], +} + soong_config_module_type { name: "widevine_apex_defaults", module_type: "apex_defaults", @@ -71,4 +80,4 @@ android_app_certificate { prebuilt_etc { name: "com.google.android.widevine.rc", src: "com.google.android.widevine.rc", -} \ No newline at end of file +}