OSDN Git Service

Fix cts alsr failure.
authorDan Cashman <dcashman@google.com>
Tue, 4 Apr 2017 17:44:05 +0000 (10:44 -0700)
committerDan Cashman <dcashman@google.com>
Tue, 4 Apr 2017 17:48:28 +0000 (10:48 -0700)
/data/nativetest is not present on user builds, so remove tests
depending on that from CTS inclusion.

Bug: 36888825
Bug: 36484285
Test: cts builds and runs (test no longer present)
Change-Id: I7134a1dca6df03fdfa9c0cc7488abd4570a95e33

tests/kernel.config/Android.mk

index 7fa92a1..9be5d9d 100644 (file)
@@ -15,15 +15,16 @@ test_c_flags := \
 
 # Required Tests
 cts_src_files := \
-    aslr_test.cpp \
     multicast_test.cpp \
     pstore_test.cpp \
     sysvipc_test.cpp \
     logger_test.cpp
 
 # Required plus Recommended Tests
+# TODO: move aslr_test.cpp back to cts_src_files b/36888825
 test_src_files := \
     $(cts_src_files) \
+    aslr_test.cpp \
     aslr_rec_test.cpp \
     mmc_max_speed_test.cpp \