summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-06-17 04:07:39 +0200
committerJP Abgrall <jpa@google.com>2014-06-17 04:07:39 +0200
commit37aedb3fafcccd0da5bd9089987f05895c27492d (patch)
tree62040a4e982abbf2db9c528f44cc3298301378f1 /Android.mk
parentminui: avoid random screen frame at startup (diff)
downloadandroid_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar.gz
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar.bz2
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar.lz
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar.xz
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.tar.zst
android_bootable_recovery-37aedb3fafcccd0da5bd9089987f05895c27492d.zip
Diffstat (limited to '')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 577679c06..1970956b5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,6 +32,12 @@ LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
+# Not working as expected?
+# LOCAL_ADDITIONAL_DEPENDENCIES := mkfs.f2fs
+# LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_RECOVERY_ROOT_OUT)/sbin/mkfs.f2fs
+LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_ROOT_OUT_SBIN)/mkfs.f2fs
+
+
RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)