summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.mk
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-01 21:14:33 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-01 21:14:33 +0200
commit58520947e551c21c37bc02d6c5a59c47a46530da (patch)
tree0b578e8f18243a73d47fdd8b85cda079e72890c9 /updater_sample/Android.mk
parent[automerger skipped] Merge "recovery: Split main() into recovery_main.cpp." am: 0204e88073 (diff)
parentMerge "updater_sample: Improve UpdateConfig" (diff)
downloadandroid_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar.gz
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar.bz2
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar.lz
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar.xz
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.tar.zst
android_bootable_recovery-58520947e551c21c37bc02d6c5a59c47a46530da.zip
Diffstat (limited to 'updater_sample/Android.mk')
-rw-r--r--updater_sample/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/updater_sample/Android.mk b/updater_sample/Android.mk
index 2786de44f..056ad66be 100644
--- a/updater_sample/Android.mk
+++ b/updater_sample/Android.mk
@@ -26,6 +26,10 @@ LOCAL_PROGUARD_ENABLED := disabled
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_STATIC_JAVA_LIBRARIES += guava
+
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.