Remove the 'optional' tag from demangle_fuzzer
This causes it to not actually be added to the tests zip, and it is never available on-device unless *manually* built and pushed. Test: mmma system/core/demangle Change-Id: I7fd7f52726b9b981573063c32f25ccab933486a0
This commit is contained in:
parent
00c81fefd3
commit
d2a594c773
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ LOCAL_PATH := $(call my-dir)
|
|||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := demangle_fuzzer
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_SRC_FILES := \
|
||||
Demangler.cpp \
|
||||
demangle_fuzzer.cpp \
|
||||
|
|
Loading…
Reference in a new issue