Compare commits
18 Commits
09b73efa7c
...
0b97dce442
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0b97dce442 | ||
![]() |
ea818dcd3a | ||
![]() |
9187c4203d | ||
![]() |
1f48f4697e | ||
![]() |
8fd9f96472 | ||
![]() |
263e247ddf | ||
![]() |
ba117e3666 | ||
![]() |
c0507af8dc | ||
![]() |
b284fa0871 | ||
![]() |
836cdfef7d | ||
![]() |
66f0519a06 | ||
![]() |
0a2dc29aac | ||
![]() |
2a0a199f9e | ||
![]() |
445798750b | ||
![]() |
40194cc176 | ||
![]() |
7fb2b660f1 | ||
![]() |
0af989a6a5 | ||
![]() |
a0ed6b38b0 |
@ -4145,6 +4145,7 @@ 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",
|
||||
@ -4153,7 +4154,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@ -6267,6 +6267,7 @@ 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",
|
||||
@ -6275,7 +6276,6 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
@ -10835,6 +10835,7 @@ cc_prebuilt_binary {
|
||||
"libqmi_csi",
|
||||
"libdsi_netctrl",
|
||||
"libdiag",
|
||||
"libwpa_client",
|
||||
"libcneapiclient",
|
||||
"libandroid_net",
|
||||
"libutils",
|
||||
@ -10847,7 +10848,6 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
@ -10982,6 +10982,7 @@ cc_prebuilt_binary {
|
||||
"libgps.utils",
|
||||
"liblog",
|
||||
"libnl",
|
||||
"libwpa_client",
|
||||
"libqmi_cci",
|
||||
"libqmi_common_so",
|
||||
"libdiag",
|
||||
@ -10993,7 +10994,6 @@ cc_prebuilt_binary {
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,14 +0,0 @@
|
||||
/*
|
||||
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