diff options
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", ], } |
