Disable Car apps in PDK until the dependencies are fixed.
Bug 62360631
Change-Id: Idc31e6bd75c3f5c9e2e4dead50ef8da8e5556d96
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