diff options
author | Ying Wang <wangying@google.com> | 2015-08-25 18:21:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-25 18:21:13 +0000 |
commit | 473b6a5f2b00f941acb08b5c3df59cbbdf647609 (patch) | |
tree | 580c99e98ce5e0d3a293529fe15c423d0ae0c013 /core | |
parent | 2bcfbe7e88a64282aaa9e341988f40c24dfa50b3 (diff) | |
parent | fc028e59c2bc36297f23cdf2ee4fe9b1b60aa1cd (diff) | |
download | build-473b6a5f2b00f941acb08b5c3df59cbbdf647609.zip build-473b6a5f2b00f941acb08b5c3df59cbbdf647609.tar.gz build-473b6a5f2b00f941acb08b5c3df59cbbdf647609.tar.bz2 |
am fc028e59: Dist the otatools package.
* commit 'fc028e59c2bc36297f23cdf2ee4fe9b1b60aa1cd':
Dist the otatools package.
Diffstat (limited to 'core')
-rw-r--r-- | core/main.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 17099a3..0f6315f 100644 --- a/core/main.mk +++ b/core/main.mk @@ -957,6 +957,7 @@ else # TARGET_BUILD_APPS $(call dist-for-goals, droidcore, \ $(INTERNAL_UPDATE_PACKAGE_TARGET) \ $(INTERNAL_OTA_PACKAGE_TARGET) \ + $(BUILT_OTATOOLS_PACKAGE) \ $(SYMBOLS_ZIP) \ $(INSTALLED_FILES_FILE) \ $(INSTALLED_BUILD_PROP_TARGET) \ |