92 lines
1.9 KiB
Plaintext
92 lines
1.9 KiB
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
filegroup {
|
|
name: "device_google_cuttlefish_shared_config_pci_ids",
|
|
srcs: ["pci.ids"],
|
|
licenses: ["device_google_cuttlefish_shared_config_pci_ids_license"],
|
|
}
|
|
|
|
license {
|
|
name: "device_google_cuttlefish_shared_config_pci_ids_license",
|
|
package_name: "PCI IDS",
|
|
license_kinds: ["SPDX-license-identifier-BSD-3-Clause"],
|
|
license_text: ["LICENSE_BSD"],
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_auto.json",
|
|
src: "config_auto.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_foldable.json",
|
|
src: "config_foldable.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_go.json",
|
|
src: "config_go.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_phone.json",
|
|
src: "config_phone.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_slim.json",
|
|
src: "config_slim.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_tablet.json",
|
|
src: "config_tablet.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_tv.json",
|
|
src: "config_tv.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_wear.json",
|
|
src: "config_wear.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "grub.cfg",
|
|
src: "grub.cfg",
|
|
sub_dir: "grub",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "wpa_supplicant_overlay.conf.cf",
|
|
src: "wpa_supplicant_overlay.conf",
|
|
filename_from_src: true,
|
|
relative_install_path: "wifi",
|
|
installable: false,
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "p2p_supplicant.conf.cf",
|
|
src: "p2p_supplicant.conf",
|
|
filename_from_src: true,
|
|
relative_install_path: "wifi",
|
|
installable: false,
|
|
}
|
|
|
|
filegroup {
|
|
name: "manifest_android.hardware.bluetooth@1.1-service.xml",
|
|
srcs: ["manifest_android.hardware.bluetooth@1.1-service.xml"]
|
|
}
|