From f94b88fa610e16326b85012ee02be05f3c2dbe77 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 5 Oct 2020 19:24:12 +0000 Subject: [PATCH] Revert "Remove logging symlinks from system/core/include" Revert "Include system/core/liblog/include instead of using symlinks" Revert submission 1428983-no-log-header-symlinks Reason for revert: Build breaks Reverted Changes: I248a2f045:Include system/core/liblog/include instead of usin... Ic189e0f59:Remove logging symlinks from system/core/include Change-Id: Ia7d9efb29a5e83bb5d7c0e4a73f40c72c719bc62 --- include/android/log.h | 1 + include/log | 1 + 2 files changed, 2 insertions(+) create mode 120000 include/android/log.h create mode 120000 include/log diff --git a/include/android/log.h b/include/android/log.h new file mode 120000 index 000000000..736c44840 --- /dev/null +++ b/include/android/log.h @@ -0,0 +1 @@ +../../liblog/include/android/log.h \ No newline at end of file diff --git a/include/log b/include/log new file mode 120000 index 000000000..714065f45 --- /dev/null +++ b/include/log @@ -0,0 +1 @@ +../liblog/include/log \ No newline at end of file