Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
proprietary_vendor_lge_mh2lm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ninja-turtles
proprietary_vendor_lge_mh2lm
Commits
25c95197
Commit
25c95197
authored
8 months ago
by
Han Sol Jin
Browse files
Options
Downloads
Patches
Plain Diff
mh2lm: add bdwlan symlinks
Change-Id: I4f44307ef477476b14d62ed09e836c407bace01b
parent
8ff49920
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Android.bp
+20
-0
20 additions, 0 deletions
Android.bp
mh2lm-vendor.mk
+5
-0
5 additions, 0 deletions
mh2lm-vendor.mk
with
25 additions
and
0 deletions
Android.bp
+
20
−
0
View file @
25c95197
...
...
@@ -8,3 +8,23 @@ soong_namespace {
],
}
install_symlink {
name: "bdwlan_bdwlan_symlink",
soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan.bin",
symlink_target: "/vendor/etc/wifi/bdwlan.bin",
}
install_symlink {
name: "bdwlan_ch0_bdwlan_ch0_symlink",
soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan_ch0.bin",
symlink_target: "/vendor/etc/wifi/bdwlan_ch0.bin",
}
install_symlink {
name: "bdwlan_ch1_bdwlan_ch1_symlink",
soc_specific: true,
installed_location: "firmware/wlan/qca_cld/bdwlan_ch1.bin",
symlink_target: "/vendor/etc/wifi/bdwlan_ch1.bin",
}
This diff is collapsed.
Click to expand it.
mh2lm-vendor.mk
+
5
−
0
View file @
25c95197
...
...
@@ -895,3 +895,8 @@ PRODUCT_COPY_FILES += \
vendor/lge/mh2lm/proprietary/vendor/lib64/sensors.ssc.so:
$(
TARGET_COPY_OUT_VENDOR
)
/lib64/sensors.ssc.so
\
vendor/lge/mh2lm/proprietary/vendor/lib64/vendor.lge.hardware.sensors@1.0.so:
$(
TARGET_COPY_OUT_VENDOR
)
/lib64/vendor.lge.hardware.sensors@1.0.so
\
vendor/lge/mh2lm/proprietary/vendor/lib64/vendor.qti.hardware.fingerprint@1.0.so:
$(
TARGET_COPY_OUT_VENDOR
)
/lib64/vendor.qti.hardware.fingerprint@1.0.so
PRODUCT_PACKAGES
+=
\
bdwlan_bdwlan_symlink
\
bdwlan_ch0_bdwlan_ch0_symlink
\
bdwlan_ch1_bdwlan_ch1_symlink
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment