Sm7125-common is still using non-AB update. non-AB code will be moved to a separated namespace, add deprecated-ota to sm6150-common namespace list ahead of time to avoid breakage. Test: th Bug: 324360816 Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d
26 lines
710 B
Plaintext
26 lines
710 B
Plaintext
soong_namespace {
|
|
imports: [
|
|
"hardware/google/interfaces",
|
|
"hardware/google/pixel",
|
|
"bootable/deprecated-ota",
|
|
],
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "libprotobuf-cpp-lite-3.9.1",
|
|
shared_libs: ["libprotobuf-cpp-full-3.9.1-vendorcompat"],
|
|
vendor: true,
|
|
}
|
|
|
|
install_symlink {
|
|
name: "firmware_wlan_mac.bin_symlink",
|
|
vendor: true,
|
|
installed_location: "firmware/wlan/qca_cld/wlan_mac.bin",
|
|
symlink_target: "/mnt/vendor/persist/wlan_mac.bin",
|
|
}
|
|
install_symlink {
|
|
name: "firmware_WCNSS_qcom_cfg.ini_symlink",
|
|
vendor: true,
|
|
installed_location: "firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini",
|
|
symlink_target: "/vendor/etc/wifi/WCNSS_qcom_cfg.ini",
|
|
} |