diff options
author | Alex Deymo <deymo@google.com> | 2017-04-05 01:21:33 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-04-05 01:21:33 +0200 |
commit | df141b938195afe64a41e84dab7d2a494e13b5db (patch) | |
tree | 479266d2ed99fffd1d1bb35c51a2cfed895d6381 /Android.mk | |
parent | Merge "Change the internal representation in RangeSet." (diff) | |
parent | Merge "Boot control HAL based on the A/B headers." (diff) | |
download | android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar.gz android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar.bz2 android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar.lz android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar.xz android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.tar.zst android_bootable_recovery-df141b938195afe64a41e84dab7d2a494e13b5db.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 037aa1673..d70101395 100644 --- a/Android.mk +++ b/Android.mk @@ -160,6 +160,7 @@ include $(BUILD_STATIC_LIBRARY) include \ $(LOCAL_PATH)/applypatch/Android.mk \ + $(LOCAL_PATH)/boot_control/Android.mk \ $(LOCAL_PATH)/bootloader_message/Android.mk \ $(LOCAL_PATH)/edify/Android.mk \ $(LOCAL_PATH)/minadbd/Android.mk \ |