summaryrefslogtreecommitdiff
path: root/linker/linker.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-09-17 09:36:25 -0700
committerTom Cherry <tomcherry@google.com>2020-09-21 10:09:25 -0700
commit379ed1ef62d4c3c340e7c92db6f995e014fa308b (patch)
treecf09345119b6ae95b57584b6dd0edbc486bced46 /linker/linker.cpp
parentbfb889002bbf70123753fa4fe0f025e8b4039cee (diff)
Explicitly add the include path for android_filesystem_config.h
android_filesystem_config.h is found since system/core/include is on the include path for all projects and contains a symlink to the real android_filesystem_config.h. This is fragile and the below bug seeks to remove this symlink and have users correctly depend on libcutils_headers. In bionic, libcutils_headers header library cannot be used due to cyclic dependencies, so it gets the actual include path instead, which is less bad than depending on the build system injecting the for all modules. Bug: 165825252 Test: build Change-Id: Id43bdea9553b1174ceb3efc2a3ed505888619c62
Diffstat (limited to 'linker/linker.cpp')
0 files changed, 0 insertions, 0 deletions