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

Commit f484dd34 authored by Vijay Venkatraman's avatar Vijay Venkatraman Committed by android-build-merger
Browse files

Merge "Exporting C++ headers from system/core"

am: 812b7d5d

Change-Id: I218819c51271db63d6ecbc1e5ac51674bfd6fc4a
parents e0ac5d83 812b7d5d
Loading
Loading
Loading
Loading

include/sysutils

0 → 120000
+1 −0
Original line number Diff line number Diff line
../libsysutils/include/sysutils/
 No newline at end of file

include/utils

0 → 120000
+1 −0
Original line number Diff line number Diff line
../libutils/include/utils/
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -21,5 +21,7 @@ LOCAL_SHARED_LIBRARIES := \
        liblog \
        libnl

LOCAL_EXPORT_C_INCLUDE_DIRS := system/core/libsysutils/include

include $(BUILD_SHARED_LIBRARY)
Loading