We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304dfc4 commit 5d5c65bCopy full SHA for 5d5c65b
ext4_utils/Android.mk
@@ -85,6 +85,10 @@ ifeq ($(BOARD_SUPPRESS_EMMC_WIPE),true)
85
LOCAL_CFLAGS += -DSUPPRESS_EMMC_WIPE
86
endif
87
88
+ifeq ($(BOARD_NO_SECURE_DISCARD),true)
89
+ LOCAL_CFLAGS += -DNO_SECURE_DISCARD
90
+endif
91
+
92
include $(BUILD_SHARED_LIBRARY)
93
94
@@ -105,6 +109,10 @@ ifeq ($(BOARD_SUPPRESS_EMMC_WIPE),true)
105
109
106
110
107
111
112
113
114
115
108
116
include $(BUILD_STATIC_LIBRARY)
117
118
0 commit comments