diff options
author | John Spurlock <jspurlock@google.com> | 2013-09-18 10:48:25 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-09-18 10:51:31 -0400 |
commit | 2c38e70acd92372669cf93c2049ad162650a43ba (patch) | |
tree | 4eaca323396122f8b2095ecab8c8d8cce87d8ef9 /tests | |
parent | 5664de2524be15329882bf81925d08b5de760b8c (diff) | |
download | android_packages_apps_Trebuchet-2c38e70acd92372669cf93c2049ad162650a43ba.tar.gz android_packages_apps_Trebuchet-2c38e70acd92372669cf93c2049ad162650a43ba.tar.bz2 android_packages_apps_Trebuchet-2c38e70acd92372669cf93c2049ad162650a43ba.zip |
Fix launcher3 standalone build.
Change-Id: Ibfe14c5960211916222fc49389b8776be6bf768b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index e33169ccf..762a52b8d 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -LOCAL_PATH := $(call my-dir) -include $(call all-makefiles-under,$(LOCAL_PATH)) +#LOCAL_PATH := $(call my-dir) +#include $(call all-makefiles-under,$(LOCAL_PATH)) |