[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
Added SPDX-license-identifier-Apache-2.0 to: compos/Android.bp compos/aidl/Android.bp compos/apex/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9b0f8dac641ab8fd063794139144ba011e31e93b
This commit is contained in:
parent
703e9aac40
commit
e80ee757b5
|
@ -1,3 +1,7 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
rust_binary {
|
rust_binary {
|
||||||
name: "pvm_exec",
|
name: "pvm_exec",
|
||||||
srcs: ["src/pvm_exec.rs"],
|
srcs: ["src/pvm_exec.rs"],
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "compos_aidl_interface",
|
name: "compos_aidl_interface",
|
||||||
unstable: true,
|
unstable: true,
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
// 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.
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
apex_key {
|
apex_key {
|
||||||
name: "com.android.compos.key",
|
name: "com.android.compos.key",
|
||||||
public_key: "com.android.compos.avbpubkey",
|
public_key: "com.android.compos.avbpubkey",
|
||||||
|
|
Loading…
Reference in New Issue