Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 715d01ae authored by Dan Albert's avatar Dan Albert
Browse files

Clean up test makefiles.

The build system takes care of linking the correct STL and gtest
libraries for you, and specifying them manually confuses the build
system when using libc++.

Change-Id: I9f76ab26a63ace51293614cfb5ca002f37438e02
parent f4eaaadb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -13,11 +13,6 @@ shared_libraries := \
    libcutils \
    libutils \
    libui \
    libstlport

static_libraries := \
    libgtest \
    libgtest_main

$(foreach file,$(test_src_files), \
    $(eval include $(CLEAR_VARS)) \
+0 −9
Original line number Diff line number Diff line
@@ -16,19 +16,10 @@ shared_libraries := \
    libhardware_legacy \
    libui \
    libskia \
    libstlport \
    libinput \
    libinputservice

static_libraries := \
    libgtest \
    libgtest_main

c_includes := \
    bionic \
    bionic/libstdc++/include \
    external/gtest/include \
    external/stlport/stlport \
    external/skia/include/core

module_tags := eng tests