[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:
Bob Badour 2021-05-12 12:41:18 -07:00
parent 703e9aac40
commit e80ee757b5
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_binary {
name: "pvm_exec",
srcs: ["src/pvm_exec.rs"],

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
aidl_interface {
name: "compos_aidl_interface",
unstable: true,

View File

@ -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",