release-request-7bfcab52-d1c0-4256-9d6b-5b5092bc78ca-for-git_oc-mr1-release-4133428 snap-temp-L95800000077479875

Change-Id: I038e3507b80c5d4c8958a3f21131874c9c1c497c
diff --git a/Android.mk b/Android.mk
index 1da2310..6900263 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+ifneq ($(TARGET_BUILD_PDK), true)
+
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
@@ -63,3 +65,5 @@
 endif
 
 include $(BUILD_PACKAGE)
+
+endif