• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3options="-r tests:system/tools/hidl/test/ \
4         -r android.hidl:system/libhidl/transport \
5         -r android.hardware:hardware/interfaces"
6
7hidl-gen -Lmakefile $options tests.vendor@1.0;
8hidl-gen -Landroidbp $options tests.vendor@1.0;
9