blob: 3e3caa4edc4bf42f218b8f21010eb6edd8c3496c (
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 \
"vendor.goodix:device/oneplus/common/interfaces/goodix"
do_makefiles_update \
"vendor.oneplus:device/oneplus/common/interfaces/oneplus"
|