We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cbaeb commit 600c634Copy full SHA for 600c634
multinetwork/Android.mk
@@ -1,5 +1,8 @@
1
LOCAL_PATH := $(call my-dir)
2
3
+# The PDK build does not have access to frameworks/native elements.
4
+ifneq ($(TARGET_BUILD_PDK), true)
5
+
6
# Sample util binaries.
7
include $(CLEAR_VARS)
8
LOCAL_MODULE := dnschk
@@ -22,3 +25,5 @@ LOCAL_MODULE_TAGS := debug
22
25
LOCAL_SHARED_LIBRARIES := libandroid libbase libc++
23
26
LOCAL_SRC_FILES := httpurl.cpp common.cpp
24
27
include $(BUILD_EXECUTABLE)
28
29
+endif # ifneq ($(TARGET_BUILD_PDK), true)
0 commit comments