summaryrefslogtreecommitdiffstats
path: root/media/mtp/Android.mk
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-07-20 08:18:43 -0700
committerAndy McFadden <fadden@android.com>2010-07-20 08:18:43 -0700
commit59208db843985cb0626a71029ea2a08050702a61 (patch)
tree87e04f334c4c12fd818365768ee1f45915a8db40 /media/mtp/Android.mk
parent941f1132dd76a959f17aaefd1ac2c0c6cc27a444 (diff)
downloadframeworks_av-59208db843985cb0626a71029ea2a08050702a61.zip
frameworks_av-59208db843985cb0626a71029ea2a08050702a61.tar.gz
frameworks_av-59208db843985cb0626a71029ea2a08050702a61.tar.bz2
Fix sim-eng build.
The LOCAL_PATH assignment was not available to the new host library on simulator builds. Change-Id: I7727f17ecc8f457f92bd6fa9ec13025dd8a56390
Diffstat (limited to 'media/mtp/Android.mk')
-rw-r--r--media/mtp/Android.mk4
1 files changed, 2 insertions, 2 deletions
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:= \