From 59208db843985cb0626a71029ea2a08050702a61 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 20 Jul 2010 08:18:43 -0700 Subject: Fix sim-eng build. The LOCAL_PATH assignment was not available to the new host library on simulator builds. Change-Id: I7727f17ecc8f457f92bd6fa9ec13025dd8a56390 --- media/mtp/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media/mtp/Android.mk') diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk index cb1c0d3..7502f6e 100644 --- a/media/mtp/Android.mk +++ b/media/mtp/Android.mk @@ -14,10 +14,10 @@ # limitations under the License. # -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH:= $(call my-dir) +ifneq ($(TARGET_SIMULATOR),true) + include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ -- cgit v1.1