commit | 1614715054d485c6185a2fe632631464512118de | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 28 20:44:27 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 28 20:44:27 2017 +0000 |
tree | 65f30c84e251beed380735dbb3ab42ce49563a67 | |
parent | 319fcc7668e748e953a9d6661bed60d404b21dc9 [diff] | |
parent | d9b773845d24738bbb9951be4771177bbccf6719 [diff] |
Merge "Turn USE_SOONG_UI on by default" am: 39a6418d76 am: d9b773845d Change-Id: I3c68df14dc3fcd8152075186404ffe5a8f4fe19c
diff --git a/core/Makefile b/core/Makefile index 9e82bfc..e657261 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1761,6 +1761,12 @@ $(VBOOT_SIGNER) endif +ifeq (true,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VBOOT)) +OTATOOLS += \ + $(FUTILITY) \ + $(VBOOT_SIGNER) +endif + # Shared libraries. OTATOOLS += \ $(HOST_LIBRARY_PATH)/libc++$(HOST_SHLIB_SUFFIX) \