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

Commit 8f765617 authored by Tom Cherry's avatar Tom Cherry
Browse files

Use libcutils_headers 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.

Bug: 165825252
Test: build
Change-Id: I244149c2eaf9beefbb8f0e1a0f20cf1adec684eb
parent b1dd3d1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,5 +52,6 @@ cc_library_shared {
        "liblog",
        "libusbhost",
    ],
    header_libs: ["libcutils_headers"],
}