From 506d69511e37dd647739d709623971f76a434b73 Mon Sep 17 00:00:00 2001 From: Shinru Han Date: Thu, 9 Nov 2023 10:42:41 +0000 Subject: [PATCH] Revert "gps: strip the prebuilt binary file" This reverts commit 8d75ce2fb6a446559a6bde38e00169c8a73c36c9. Reason for revert: Bug: 309917836 Test: GPS test Change-Id: Ib5e1e02655af223c287a92437ed8616e466f75d9 --- 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 dcb995c..29b366f 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: { - keep_symbols: true, + none: 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: { - keep_symbols: true, + none: true, }, // Bypass because libsitril-gps is Android.mk module check_elf_files: false,