summaryrefslogtreecommitdiffstats
path: root/update-makefiles.sh
blob: 5f8fa8edbd8b3c86b23df890275461f530644417 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh

do_makefiles_update \
  "hardware.google:hardware/google/interfaces" \
  "android.hardware:hardware/interfaces" \
  "android.hidl:system/libhidl/transport"