gps: strip the prebuilt binary file
Bug: 309569612 Test: compile, check the size, and run gps request Change-Id: I9e779f5ba1c0d52465ec5c902adc8dd7dd2f56f6
This commit is contained in:
parent
711c070bea
commit
8d75ce2fb6
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue