File: update-all-google-makefiles.sh

package info (click to toggle)
android-platform-system-tools-hidl 10.0.0%2Br36-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,936 kB
  • sloc: cpp: 21,933; yacc: 1,416; java: 1,239; lex: 496; sh: 360; python: 44; xml: 20; makefile: 12
file content (10 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# TODO(b/35570956): replace makefile generation with something like 'hidl_interface' in a Soong module

$ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh
$ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
$ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
$ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh

$ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh