Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Android Source
Vendor Blobs
vendor_xiaomi_trinket-common
Commits
14110b76
Commit
14110b76
authored
Nov 28, 2020
by
Adithya R
Browse files
trinket-common: Switch to OSS libplatformconfig
parent
2fe44e7e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Android.bp
View file @
14110b76
...
...
@@ -58,26 +58,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libplatformconfig",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libplatformconfig.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libplatformconfig.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.hardware.fm@1.0",
owner: "xiaomi",
...
...
proprietary/vendor/lib/libplatformconfig.so
deleted
100644 → 0
View file @
2fe44e7e
File deleted
proprietary/vendor/lib64/libplatformconfig.so
deleted
100644 → 0
View file @
2fe44e7e
File deleted
trinket-common-vendor.mk
View file @
14110b76
...
...
@@ -812,7 +812,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES
+=
\
libantradio
\
libMpeg4SwEncoder
\
libplatformconfig
\
vendor.qti.hardware.fm@1.0
\
CneApp
\
IWlanService
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment