OSDN Git Service

Merge "Add missing test for atexit test suite."
authorDmitriy Ivanov <dimitry@google.com>
Wed, 7 May 2014 20:49:00 +0000 (20:49 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 7 May 2014 20:49:00 +0000 (20:49 +0000)
1  2 
tests/Android.mk

@@@ -304,9 -307,11 +307,12 @@@ bionic-unit-tests-glibc_whole_static_li
  bionic-unit-tests-glibc_ldlibs := \
      -lrt -ldl \
  
+ bionic-unit-tests-glibc_cppflags := \
+     $(test_cppflags)
  module := bionic-unit-tests-glibc
  module_tag := optional
 +bionic-unit-tests-glibc_multilib := both
  build_type := host
  build_target := NATIVE_TEST
  include $(LOCAL_PATH)/Android.build.mk