diff options
author | Yu Shan Emily Lau <yslau@google.com> | 2013-04-12 14:52:52 -0700 |
---|---|---|
committer | Yu Shan Emily Lau <yslau@google.com> | 2013-04-12 14:52:52 -0700 |
commit | b34e0b72f013794acec4304ec3dec8da8dba81a6 (patch) | |
tree | d9683e811e0cf57472fd3ae072b6b4e930cadaa1 /camera | |
parent | 878f9692e4fe9cc2311a8eb74edfa8f6cc0ea54f (diff) | |
download | frameworks_av-b34e0b72f013794acec4304ec3dec8da8dba81a6.zip frameworks_av-b34e0b72f013794acec4304ec3dec8da8dba81a6.tar.gz frameworks_av-b34e0b72f013794acec4304ec3dec8da8dba81a6.tar.bz2 |
Update the test output path.
In order for the automated test to pick up the test.
The output must be in /data/nativetest.
Change-Id: Idc15036afb5617ac1ef67ff74ba332c5f73fe155
Diffstat (limited to 'camera')
-rw-r--r-- | camera/tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/tests/Android.mk b/camera/tests/Android.mk index e455943..ec13911 100644 --- a/camera/tests/Android.mk +++ b/camera/tests/Android.mk @@ -35,4 +35,4 @@ LOCAL_CFLAGS += -Wall -Wextra LOCAL_MODULE:= camera_client_test LOCAL_MODULE_TAGS := tests -include $(BUILD_EXECUTABLE) +include $(BUILD_NATIVE_TEST) |