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

Commit 812b7d5d authored by Vijay Venkatraman's avatar Vijay Venkatraman Committed by Gerrit Code Review
Browse files

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

parents 5b202c43 75acc7bf
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