From 8d75ce2fb6a446559a6bde38e00169c8a73c36c9 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Tue, 7 Nov 2023 07:52:51 +0000 Subject: [PATCH] gps: strip the prebuilt binary file Bug: 309569612 Test: compile, check the size, and run gps request Change-Id: I9e779f5ba1c0d52465ec5c902adc8dd7dd2f56f6 --- location/gnssd/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/location/gnssd/Android.bp b/location/gnssd/Android.bp index 29b366f..dcb995c 100644 --- a/location/gnssd/Android.bp +++ b/location/gnssd/Android.bp @@ -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,