Revert "gps: Enable coredump report for user ROM"

Revert submission 30245461-ssrdump_user

Reason for revert:DroidMonitor: Potential culprit for http://b/377907307 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted

Reverted changes: /q/submissionid:30245461-ssrdump_user

Change-Id: I6aa0ce06e4a0c0502f53620b9042b5a13959360b
This commit is contained in:
Liana Kazanova (xWF) 2024-11-07 17:57:09 +00:00 committed by Android (Google) Code Review
parent 3e51fb39d4
commit f4ee85cdc9
3 changed files with 16 additions and 7 deletions

View file

@ -42,9 +42,14 @@ cc_prebuilt_binary {
// Bypass because libhidltransport is deprecated
// Bypass because libhwbinder is deprecated
check_elf_files: false,
required: [
"libsighandler",
],
product_variables: {
debuggable: {
required: [
"libsighandler",
],
},
},
init_rc: ["init.gnss.rc"],
vintf_fragments: ["android.hardware.gnss@default.xml"],
}
@ -81,8 +86,14 @@ cc_prebuilt_binary {
},
// Bypass because libsitril-gps is Android.mk module
check_elf_files: false,
product_variables: {
debuggable: {
required: [
"libsighandler",
],
},
},
required: [
"libcustomgnss",
"libsighandler",
],
}

View file

@ -1,5 +1,3 @@
# Enable coredump funtcion for all the ROM.
$(call soong_config_set_bool,sighandler,coredump,true)
# Enable pixel gnss hal service
-include vendor/google/gnss/aidl_service/pixel_gnss_hal.mk

View file

@ -1,7 +1,7 @@
GlueLayer_ToolConfigSelection=3
debug_console=0
debug_enable=0
mem_dump_to_node=1
mem_dump_to_node=0
GlueLayer_IsGedKeyExist=1
GlueLayer_EnableGnssCfgInterface=1
ism_stream_enable=1