summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2023-08-09 15:51:43 -0700
committerYabin Cui <yabinc@google.com>2023-08-16 15:30:21 -0700
commit5a88f8ebf7df9746b782291c29316d302f23af52 (patch)
treeffbce8c9e423d0be82e5e40d7357b7459b831617
parenteeeb40c88244d583cd81d24604e93370211ff9cd (diff)
downloadsimpleperf-5a88f8ebf7df9746b782291c29316d302f23af52.tar.gz
Update update.py
Bug: 288486587 Test: run update.py Change-Id: I17cf542cc70bbd82fbe3af142b33de05eada9880
-rwxr-xr-xupdate.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/update.py b/update.py
index bff6aa7..1f4de28 100755
--- a/update.py
+++ b/update.py
@@ -43,27 +43,27 @@ MINGW = 'local:../../prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-
bin_install_list = [
# simpleperf on device.
InstallEntry('MODULES-IN-system-extras-simpleperf',
- 'simpleperf/android/arm64/simpleperf_ndk64',
+ 'simpleperf/android/arm64/simpleperf_ndk',
'android/arm64/simpleperf'),
InstallEntry('MODULES-IN-system-extras-simpleperf_arm',
- 'simpleperf/android/arm/simpleperf_ndk',
+ 'simpleperf/android/arm/simpleperf_ndk32',
'android/arm/simpleperf'),
InstallEntry('MODULES-IN-system-extras-simpleperf_x86',
- 'simpleperf/android/x86_64/simpleperf_ndk64',
+ 'simpleperf/android/x86_64/simpleperf_ndk',
'android/x86_64/simpleperf'),
InstallEntry('MODULES-IN-system-extras-simpleperf_x86',
- 'simpleperf/android/x86/simpleperf_ndk',
+ 'simpleperf/android/x86/simpleperf_ndk32',
'android/x86/simpleperf'),
# simpleperf on host. Linux and macOS are 64-bit only these days.
InstallEntry('MODULES-IN-system-extras-simpleperf',
- 'simpleperf/linux/x86_64/simpleperf_ndk64',
+ 'simpleperf/linux/x86_64/simpleperf',
'linux/x86_64/simpleperf', True),
InstallEntry('MODULES-IN-system-extras-simpleperf_mac',
- 'simpleperf/darwin/x86_64/simpleperf_ndk64',
+ 'simpleperf/darwin/x86_64/simpleperf',
'darwin/x86_64/simpleperf'),
InstallEntry('MODULES-IN-system-extras-simpleperf',
- 'simpleperf/windows/x86_64/simpleperf_ndk64.exe',
+ 'simpleperf/windows/x86_64/simpleperf.exe',
'windows/x86_64/simpleperf.exe', True),
# libsimpleperf_report.so on host