Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_motorola_beckham
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
LMODroid-Devices
device_motorola_beckham
Commits
3750b0e8
Commit
3750b0e8
authored
1 year ago
by
Nolen Johnson
Browse files
Options
Downloads
Patches
Plain Diff
fixup! beckham: Use libhidlbase-v32 for fingerprint and vibrator libs
Change-Id: I47163bdf727d4d650430881d95c936bf21c53fcb
parent
a461c79d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extract-files.sh
+1
-1
1 addition, 1 deletion
extract-files.sh
with
1 addition
and
1 deletion
extract-files.sh
+
1
−
1
View file @
3750b0e8
...
@@ -43,7 +43,7 @@ function blob_fixup() {
...
@@ -43,7 +43,7 @@ function blob_fixup() {
"
${
PATCHELF
}
"
--replace-needed
"libutils.so"
"libutils-v32.so"
"
${
2
}
"
"
${
PATCHELF
}
"
--replace-needed
"libutils.so"
"libutils-v32.so"
"
${
2
}
"
;;
;;
# Fix missing symbol _ZN7android8hardware7details17gBnConstructorMapE
# Fix missing symbol _ZN7android8hardware7details17gBnConstructorMapE
lib64/motorola.hardware.vibrator@1.0.so
)
system/
lib64/motorola.hardware.vibrator@1.0.so
)
"
${
PATCHELF
}
"
--replace-needed
"libhidlbase.so"
"libhidlbase-v32.so"
"
${
2
}
"
"
${
PATCHELF
}
"
--replace-needed
"libhidlbase.so"
"libhidlbase-v32.so"
"
${
2
}
"
;;
;;
vendor/lib64/com.fingerprints.extension@1.0.so
)
vendor/lib64/com.fingerprints.extension@1.0.so
)
...
...
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