diff options
| author | Yifan Hong <elsk@google.com> | 2017-01-09 17:46:36 -0800 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2017-01-11 13:04:15 -0800 |
| commit | 4bc69c918f1f6dbea7a838423fc7c94cdd66b69a (patch) | |
| tree | 26473ea5875e30cf4f63e836244c0fcbc70910a1 /boot | |
| parent | 060d5fb87c2cd0c1f359bac28682ad7e691a33cf (diff) | |
| download | android_hardware_interfaces-4bc69c918f1f6dbea7a838423fc7c94cdd66b69a.tar.gz android_hardware_interfaces-4bc69c918f1f6dbea7a838423fc7c94cdd66b69a.tar.bz2 android_hardware_interfaces-4bc69c918f1f6dbea7a838423fc7c94cdd66b69a.zip | |
Bp/nFoo -> Bp/nHwFoo
Bug: 33554989
Test: hidl_test
Change-Id: I748181e9eaf5b78318054b9fd99ac1a43d00498a
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/1.0/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/1.0/Android.bp b/boot/1.0/Android.bp index 266ef4d16..8e62c89bb 100644 --- a/boot/1.0/Android.bp +++ b/boot/1.0/Android.bp @@ -26,8 +26,8 @@ genrule { "android/hardware/boot/1.0/types.h", "android/hardware/boot/1.0/IBootControl.h", "android/hardware/boot/1.0/IHwBootControl.h", - "android/hardware/boot/1.0/BnBootControl.h", - "android/hardware/boot/1.0/BpBootControl.h", + "android/hardware/boot/1.0/BnHwBootControl.h", + "android/hardware/boot/1.0/BpHwBootControl.h", "android/hardware/boot/1.0/BsBootControl.h", ], } |
