Merge "gps: strip the prebuilt binary file" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-11-07 09:18:58 +00:00 committed by Android (Google) Code Review
commit 5304748efc

View file

@ -58,7 +58,7 @@ cc_prebuilt_binary {
vendor: true,
relative_install_path: "hw",
strip: {
none: true,
keep_symbols: true,
},
// Bypass because libhidltransport is deprecated
// Bypass because libhwbinder is deprecated
@ -101,7 +101,7 @@ cc_prebuilt_binary {
vendor: true,
relative_install_path: "hw",
strip: {
none: true,
keep_symbols: true,
},
// Bypass because libsitril-gps is Android.mk module
check_elf_files: false,