-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathAndroid.bp
More file actions
31 lines (29 loc) · 773 Bytes
/
Android.bp
File metadata and controls
31 lines (29 loc) · 773 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
31
//
// Copyright (C) 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
}
install_symlink {
name: "factory_mount_point_symlink",
vendor: true,
installed_location: "factory",
symlink_target: "/mnt/vendor/persist",
}
install_symlink {
name: "firmware_wlan_mac.bin_symlink",
vendor: true,
installed_location: "firmware/wlan/qca_cld/wlan_mac.bin",
symlink_target: "/vendor/factory/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/firmware/wlan/qca_cld/wlan/WCNSS_qcom_cfg.ini",
}
mkdir {
name: "asusfw_mountpoint",
dir: "asusfw",
vendor: true,
}