Compare commits
15 Commits
0b97dce442
...
09b73efa7c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
09b73efa7c | ||
![]() |
e995948b68 | ||
![]() |
86b4e4dc9b | ||
![]() |
dc868b203e | ||
![]() |
6ccda4cc8c | ||
![]() |
e0a3b5b480 | ||
![]() |
1153b80d7c | ||
![]() |
da1e0af865 | ||
![]() |
6ea9d75da0 | ||
![]() |
48e079657d | ||
![]() |
171f845ad7 | ||
![]() |
4824c5f485 | ||
![]() |
1097c074ea | ||
![]() |
bd495333a4 | ||
![]() |
c1b675f35b |
@ -4145,7 +4145,6 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.latency@2.1",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"vendor.qti.data.mwqem@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@ -4154,6 +4153,7 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@ -6267,7 +6267,6 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.data.cne.internal.server@1.0",
|
||||
"vendor.qti.hardware.data.cne.internal.api@1.0",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@ -6276,6 +6275,7 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@ -10835,7 +10835,6 @@ cc_prebuilt_binary {
|
||||
"libqmi_csi",
|
||||
"libdsi_netctrl",
|
||||
"libdiag",
|
||||
"libwpa_client",
|
||||
"libcneapiclient",
|
||||
"libandroid_net",
|
||||
"libutils",
|
||||
@ -10848,6 +10847,7 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
@ -10982,7 +10982,6 @@ cc_prebuilt_binary {
|
||||
"libgps.utils",
|
||||
"liblog",
|
||||
"libnl",
|
||||
"libwpa_client",
|
||||
"libqmi_cci",
|
||||
"libqmi_common_so",
|
||||
"libdiag",
|
||||
@ -10994,6 +10993,7 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/vendor.qti.hardware.radio.qcriNvOpt@1.0.so
vendored
Normal file
BIN
proprietary/vendor/lib64/vendor.qti.hardware.radio.qcriNvOpt@1.0.so
vendored
Normal file
Binary file not shown.
14
proprietary/vendor/radio/qcril_database/upgrade/41_version_update_ecc_table.sql
vendored
Normal file
14
proprietary/vendor/radio/qcril_database/upgrade/41_version_update_ecc_table.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
*/
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 41);
|
||||
|
||||
DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '716' AND MNC = '17' AND NUMBER = '105';
|
||||
|
||||
COMMIT TRANSACTION;
|
||||
|
Loading…
x
Reference in New Issue
Block a user