[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization am: e80ee757b5
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/1706127
Change-Id: If1aa07c97af3b690552a1dc4755cacb8e62c8356
diff --git a/compos/Android.bp b/compos/Android.bp
index ac69a52..32c2b8c 100644
--- a/compos/Android.bp
+++ b/compos/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
rust_binary {
name: "pvm_exec",
srcs: ["src/pvm_exec.rs"],
diff --git a/compos/aidl/Android.bp b/compos/aidl/Android.bp
index 8737d63..a7dac14 100644
--- a/compos/aidl/Android.bp
+++ b/compos/aidl/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
aidl_interface {
name: "compos_aidl_interface",
unstable: true,
diff --git a/compos/apex/Android.bp b/compos/apex/Android.bp
index ed4dd58..ccdbd9b 100644
--- a/compos/apex/Android.bp
+++ b/compos/apex/Android.bp
@@ -11,6 +11,10 @@
// 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_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex_key {
name: "com.android.compos.key",
public_key: "com.android.compos.avbpubkey",