Home | History | Annotate | Download | only in core
      1 #############################################
      2 ## A thin wrapper around BUILD_STATIC_LIBRARY
      3 ## Common flags for native tests are added.
      4 #############################################
      5 $(call record-module-type,STATIC_TEST_LIBRARY)
      6 
      7 include $(BUILD_SYSTEM)/target_test_internal.mk
      8 
      9 include $(BUILD_STATIC_LIBRARY)
     10