aboutsummaryrefslogtreecommitdiff
path: root/apps/client/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'apps/client/Android.mk')
-rw-r--r--apps/client/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/client/Android.mk b/apps/client/Android.mk
index 7a38298..2318fe3 100644
--- a/apps/client/Android.mk
+++ b/apps/client/Android.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+ifneq ($(TARGET_BUILD_PDK),true)
+
# This makefile is an example of writing an application that will link against
# a custom shared library included with an Android system.
@@ -37,3 +39,5 @@ LOCAL_JAVA_LIBRARIES := com.example.android.platform_library
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
+
+endif # !PDK \ No newline at end of file