Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
tools
etwrp
Commits
ea4efc6d
Commit
ea4efc6d
authored
Dec 12, 2017
by
Ethan Yonker
Browse files
Fix build error in AOSP 8.1.0 r1 tree
Change-Id: If6f230105f5661a4544116d44c8fd48d4dc96f99
parent
aac05c2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
minadbd/Android.mk
View file @
ea4efc6d
...
...
@@ -38,6 +38,33 @@ include $(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
\
fuse_adb_provider.cpp
\
../fuse_sideload.cpp
\
minadbd.cpp
\
minadbd_services.cpp
\
LOCAL_CLANG
:=
true
LOCAL_MODULE
:=
libminadbd
LOCAL_CFLAGS
:=
$(minadbd_cflags)
LOCAL_CONLY_FLAGS
:=
-Wimplicit-function-declaration
LOCAL_C_INCLUDES
:=
$(LOCAL_PATH)
/.. system/core/adb
LOCAL_WHOLE_STATIC_LIBRARIES
:=
libadbd
LOCAL_STATIC_LIBRARIES
:=
libbase liblog libcutils libc
ifeq
($(shell test $(PLATFORM_SDK_VERSION) -lt 24; echo $$?),0)
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/libmincrypt/includes
LOCAL_SHARED_LIBRARIES
+=
libmincrypttwrp
LOCAL_CFLAGS
+=
-DUSE_MINCRYPT
else
LOCAL_SHARED_LIBRARIES
+=
libcrypto
\
$(
if
$(WITH_CRYPTO_UTILS)
,libcrypto_utils
)
endif
include
$(BUILD_STATIC_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_CLANG
:=
true
LOCAL_MODULE
:=
minadbd_test
LOCAL_SRC_FILES
:=
fuse_adb_provider_test.cpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment