Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I3af1c8fb9b1b558a1c03212a2bb1834095c806da
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -26,5 +24,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
|
||||
LOCAL_PACKAGE_NAME := RsHelloWorld
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user