1// This file is generated by cargo_embargo. 2// Do not modify this file as changes will be overridden on upgrade. 3 4package { 5 // See: http://go/android-license-faq 6 // A large-scale-change added 'default_applicable_licenses' to import 7 // all of the 'license_kinds' from "external_minijail_license" 8 // to get the below license kinds: 9 // SPDX-license-identifier-BSD 10 default_applicable_licenses: ["external_minijail_license"], 11} 12 13rust_library { 14 name: "libminijail_sys", 15 host_supported: true, 16 crate_name: "minijail_sys", 17 cargo_env_compat: true, 18 cargo_pkg_version: "0.0.13", 19 srcs: ["lib.rs"], 20 edition: "2018", 21 rustlibs: ["liblibc"], 22 shared_libs: [ 23 "libcap", 24 "libminijail", 25 ], 26 apex_available: [ 27 "//apex_available:platform", 28 "com.android.compos", 29 "com.android.virt", 30 ], 31 product_available: true, 32 vendor_available: true, 33} 34