Compare commits
6 Commits
dbdf9628e9
...
562531004c
Author | SHA1 | Date | |
---|---|---|---|
|
562531004c | ||
|
216563b569 | ||
|
3a21aef757 | ||
|
f614b52483 | ||
|
6444df476b | ||
|
9816879eec |
70
Android.bp
70
Android.bp
@ -807,6 +807,45 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libvmmem",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libvmmem.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libvmmem.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.qspmhal@1.0",
|
||||
owner: "xiaomi",
|
||||
@ -9265,8 +9304,6 @@ cc_prebuilt_library_shared {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libsn100u_fw.so",
|
||||
],
|
||||
shared_libs: [
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
@ -9980,32 +10017,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libvmmem",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libvmmem.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libvppcommon",
|
||||
owner: "xiaomi",
|
||||
@ -16547,6 +16558,7 @@ cc_prebuilt_library_shared {
|
||||
],
|
||||
shared_libs: [
|
||||
"libinput_shim",
|
||||
"libbinder_shim",
|
||||
"libandroid_runtime",
|
||||
"libui",
|
||||
"libinput",
|
||||
@ -16632,7 +16644,7 @@ cc_prebuilt_library_shared {
|
||||
"libaudioclient",
|
||||
"libaudiofoundation",
|
||||
"audioclient-types-aidl-cpp",
|
||||
"android.media.audio.common.types-V3-cpp",
|
||||
"android.media.audio.common.types-V4-cpp",
|
||||
"libwfdmmsrc_system",
|
||||
"libwfdavenhancements",
|
||||
"libhidlbase",
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
proprietary/vendor/bin/hw/vendor.display.color@1.0-service
vendored
Normal file → Executable file
0
proprietary/vendor/bin/hw/vendor.display.color@1.0-service
vendored
Normal file → Executable file
2
proprietary/vendor/etc/xiaomi_ecc_list.xml
vendored
2
proprietary/vendor/etc/xiaomi_ecc_list.xml
vendored
@ -683,7 +683,9 @@
|
||||
|
||||
<!-- Add for Singapore operator xiaomi-->
|
||||
<EccEntry Ecc="999" Category="0" Condition="1" Plmn = "525 03" />
|
||||
<EccEntry Ecc="995" Category="2" Condition="1" Plmn = "525 03" />
|
||||
<EccEntry Ecc="999" Category="1" Condition="1" Plmn = "525 05" />
|
||||
<EccEntry Ecc="995" Category="2" Condition="1" Plmn = "525 05" />
|
||||
<EccEntry Ecc="999" Category="31" Condition="1" Plmn = "525 01" />
|
||||
|
||||
<!-- Add for Chile operator xiaomi-->
|
||||
|
BIN
proprietary/vendor/lib/libvmmem.so
vendored
Normal file
BIN
proprietary/vendor/lib/libvmmem.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/liblocationservice.so
vendored
BIN
proprietary/vendor/lib64/liblocationservice.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libqcrilNrVoiceModule.so
vendored
BIN
proprietary/vendor/lib64/libqcrilNrVoiceModule.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libsdmextension.so
vendored
BIN
proprietary/vendor/lib64/libsdmextension.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/mediadrm/libwvdrmengine.so
vendored
BIN
proprietary/vendor/lib64/mediadrm/libwvdrmengine.so
vendored
Binary file not shown.
@ -227,6 +227,7 @@ PRODUCT_PACKAGES += \
|
||||
libllvm-glnext \
|
||||
libllvm-qcom \
|
||||
libllvm-qgl \
|
||||
libvmmem \
|
||||
vendor.qti.qspmhal@1.0 \
|
||||
android.hardware.secure_element@1.0-impl \
|
||||
btaudio_offload_if \
|
||||
@ -528,7 +529,6 @@ PRODUCT_PACKAGES += \
|
||||
libultrasound_notify \
|
||||
libvideotxr \
|
||||
libvideoutils \
|
||||
libvmmem \
|
||||
libvppcommon \
|
||||
libvpphcp \
|
||||
libvpphvx \
|
||||
|
Loading…
Reference in New Issue
Block a user