Commit b819ff63 authored by Jeff Brown's avatar Jeff Brown
Browse files

Remove the simulator target from all makefiles.

Bug: 5010576

Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be
parent 53b7a64e
......@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
......@@ -36,5 +34,3 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment