[LSC] Add LOCAL_LICENSE_KINDS to vendor/widevine am: 1625b15b31

Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/21559175

Change-Id: Ia940c301627724db4877e8dadc4138e21ee73d6c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Bob Badour
2023-02-24 02:47:55 +00:00
committed by Automerger Merge Worker

View File

@@ -12,6 +12,18 @@
// See the License for the specific language governing permissions and
// 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
// 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:
// legacy_proprietary (by exception only)
default_applicable_licenses: ["vendor_widevine_license"],
}
soong_config_module_type_import {
from: "packages/modules/common/Android.bp",
module_types: ["module_apex_set"],
@@ -33,4 +45,4 @@ module_apex_set {
prefer: false,
},
},
}
}