7ed79afd917b18284784fdc5ae76f856821fbae0 |
04-Jan-2018 |
Dan Albert <danalbert@google.com> |
Move to libc++ from stlport. Test: make checkbuild Bug: None Change-Id: I6bda6ed73cf2eb561f00c941d564a88bd4c4ff54
ndroid.mk
|
863237215cab4812df373b63ba3bbf2bc1d8647d |
20-Jan-2017 |
Jean-Luc Brouillet <jeanluc@google.com> |
Cleanup makefiles and warning producing code. Many entries in our makefiles are not needed: - LOCAL_CPPFLAGS += -fno-exceptions is the default - LOCAL_MODULE_TARGET_ARCH_WARN is obsolete - LOCAL_CXX_STL:= libc++ is the default - LOCAL_MODULE_TAGS := optional is the default - LOCAL_IS_HOST_MODULE := true is the default if we're using $include(BUILD_HOST_*). This can't be removed for the generated subdirectories however without triggering a bug in Ninja. - Removed the -ldl where not needed. - LOCAL_CLANG is no longer needed. Added -Werror -Wall -Wextra to a lot of targets and cleaned up the code that created errors. Removed some hacky code that would prevent tests/java_api from being compiled except under special cicumstances. Corrected some LOCAL_MODULE_TAGS that should have been set to tests. Cleanup warning producing code. Bug: 34265954 Test: Compiled the code. Test: Ran the cpp test, imageprocessing_jb, and cts Change-Id: I27da19b18a6c0ac3686bb8c93681e3d870d587fe
ndroid.mk
|
675b31e949ac0b894732eac2e1e7bb8914c8321f |
14-Jan-2017 |
Jean-Luc Brouillet <jeanluc@google.com> |
Extract into common.mk common C++ compile settings. No settings have changed. This is just a refactoring that will make it easier to do further refactoring that will affect includes and libraries. Bug: 34265954 Test: Compiled the files. Test: Ran rstest-compute. Test: Did not run the lldb tests. Change-Id: I9dcc47a22fe4dd28fae73a7cee04c53ca9e5a31d
ndroid.mk
|
e443dd2ae7be6323a422626e7c8dc9d936d8f9bb |
13-Jan-2017 |
Jean-Luc Brouillet <jeanluc@google.com> |
Group the C++ test files in one directory. Bug: 34265954 Test: Built & ran the tests Change-Id: I0f3fd7276b3000b8ecd92d79f63f11eab4a86cc8
ndroid.mk
ompute.cpp
ono.rs
|