github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/core/host_static_test_lib.mk (about)

     1  ##################################################
     2  ## A thin wrapper around BUILD_HOST_STATIC_LIBRARY
     3  ## Common flags for host native tests are added.
     4  ##################################################
     5  $(call record-module-type,HOST_STATIC_TEST_LIBRARY)
     6  
     7  include $(BUILD_SYSTEM)/host_test_internal.mk
     8  
     9  include $(BUILD_HOST_STATIC_LIBRARY)