mirror of
https://github.com/Evolution-X/external_piex
synced 2026-02-01 07:35:29 +00:00
Fix source file typo
I am changing the build system to catch typos such as these -- it will soon warn when entries in LOCAL_SRC_FILES are unused. (to compile native binaries) Change-Id: Ic95e92a5871dbf2d679b32852a4e8afaaf17e55d
This commit is contained in:
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libbinary_parse
|
||||
LOCAL_CPP_EXTENSION := .cc
|
||||
LOCAL_SRC_FILES:= \
|
||||
src/binary_parse/cached_paged_byte_array.cc, \
|
||||
src/binary_parse/cached_paged_byte_array.cc \
|
||||
src/binary_parse/range_checked_byte_ptr.cc
|
||||
LOCAL_CPPFALGS := -Wsign-compare
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user