-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAndroid.bp
More file actions
30 lines (27 loc) · 838 Bytes
/
Android.bp
File metadata and controls
30 lines (27 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/qcom-caf/bootctrl",
"hardware/qcom-caf/common/fwk-detect",
"vendor/qcom/opensource/commonsys-intf/display",
],
}
// Wi-Fi firmware symlinks
install_symlink {
name: "firmware_qca6750_wlan_mac.bin_symlink",
installed_location: "firmware/wlan/qca_cld/qca6750/wlan_mac.bin",
symlink_target: "/mnt/vendor/persist/qca6750/wlan_mac.bin",
vendor: true,
}
install_symlink {
name: "firmware_qca6750_WCNSS_qcom_cfg.ini_symlink",
installed_location: "firmware/wlan/qca_cld/qca6750/WCNSS_qcom_cfg.ini",
symlink_target: "/vendor/etc/wifi/qca6750/WCNSS_qcom_cfg.ini",
vendor: true,
}