From d158c430708d1840796268770c5338aa79064e33 Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Tue, 11 Nov 2014 03:26:38 +0900 Subject: Just tiny cosmetic fixes in makefile Change-Id: I470ba8a03d70aa520311c50f5d21979f476798b7 --- tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Android.mk b/tests/Android.mk index 7cdabf249..0b5449143 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # We only want this apk build for tests. -- cgit v1.2.3-83-g751a