Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Revert "Emulator: enable predexopt for some sample apps"" into…
Browse files Browse the repository at this point in the history
… nyc-dev

am: 4b0fd87

* commit '4b0fd876600d41567744cc76bd572c8d2b31ea7e':
  Revert "Emulator: enable predexopt for some sample apps"

Change-Id: I3f43230d40612cba121f4b9750dfa0a5c981eee7
  • Loading branch information
bohu-google authored and android-build-merger committed May 2, 2016
2 parents 04ba26b + 4b0fd87 commit a2f5ea2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/GestureBuilder/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := samples tests
LOCAL_DEX_PREOPT := true

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := GestureBuilder
Expand Down
2 changes: 1 addition & 1 deletion apps/WidgetPreview/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := samples
LOCAL_DEX_PREOPT := true

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := WidgetPreview
Expand Down
2 changes: 1 addition & 1 deletion samples/ApiDemos/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := samples tests
LOCAL_DEX_PREOPT := true

# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
Expand Down
2 changes: 1 addition & 1 deletion samples/CubeLiveWallpaper/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := samples
LOCAL_DEX_PREOPT := true

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := CubeLiveWallpapers
Expand Down
2 changes: 1 addition & 1 deletion samples/SoftKeyboard/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := samples
LOCAL_DEX_PREOPT := true

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_SDK_VERSION := current
Expand Down

0 comments on commit a2f5ea2

Please sign in to comment.