Disable legacy hidl static target on PDK builds.

b/68433855 is re-enabling this the proper way.

Bug: 67663308
Test: regular builds still succeed.
Change-Id: If1089a696562c2ff69c3545c5c3a8b3b8c187c5c
diff --git a/transport/Android.mk b/transport/Android.mk
index 0c6c3b4..8012835 100644
--- a/transport/Android.mk
+++ b/transport/Android.mk
@@ -5,6 +5,9 @@
 ################################################################################
 LOCAL_PATH:= $(call my-dir)
 
+# TODO(b/68433855): re-enable building this in the PDK
+ifneq ($(TARGET_BUILD_PDK),true)
+
 include $(CLEAR_VARS)
 LOCAL_MODULE := android.hidl.base-V1.0-java-static
 LOCAL_MODULE_CLASS := JAVA_LIBRARIES
@@ -53,3 +56,5 @@
 	$(transform-generated-source)
 LOCAL_GENERATED_SOURCES += $(GEN)
 include $(BUILD_STATIC_JAVA_LIBRARY)
+
+endif # TARGET_BUILD_PDK not true