diff options
| author | Jaegeuk Kim <jaegeuk@google.com> | 2020-07-17 20:30:41 -0700 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@google.com> | 2020-07-20 13:18:09 -0700 |
| commit | f9d901b0d4b38d3f557abd9d5fa31ac0d6061d1c (patch) | |
| tree | 786b7e413ae0a50b90210dc4a5eec454f6cf2dfb | |
| parent | 1340031744d0691f886d7fc74a9a4c666d0e4d75 (diff) | |
support f2fs casefolding formatting tool
Bug: 159672232
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ia9dd5d63f03c2365b5d82a84ff93263424f116bb
| -rw-r--r-- | fastboot/Android.bp | 1 | ||||
| -rw-r--r-- | fastboot/Android.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fastboot/Android.bp b/fastboot/Android.bp index bdb786c49c..6673543d89 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp @@ -271,6 +271,7 @@ cc_binary_host { required: [ "mke2fs", "make_f2fs", + "make_f2fs_casefold", ], dist: { targets: [ diff --git a/fastboot/Android.mk b/fastboot/Android.mk index fd009e7680..0e918a35a5 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -21,6 +21,7 @@ LOCAL_PATH:= $(call my-dir) my_dist_files := $(SOONG_HOST_OUT_EXECUTABLES)/mke2fs my_dist_files += $(SOONG_HOST_OUT_EXECUTABLES)/e2fsdroid my_dist_files += $(SOONG_HOST_OUT_EXECUTABLES)/make_f2fs +my_dist_files += $(SOONG_HOST_OUT_EXECUTABLES)/make_f2fs_casefold my_dist_files += $(SOONG_HOST_OUT_EXECUTABLES)/sload_f2fs $(call dist-for-goals,dist_files sdk win_sdk,$(my_dist_files)) my_dist_files := |
