From 62e9b3305d625f7f89c178626319e195b0b5548b Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Thu, 8 Oct 2020 12:38:41 +0000 Subject: [PATCH] Add symlinks to satisfy include paths. BUG: 168791309 Test: Local build + TH Change-Id: Iafba3e4e8dc837c57af2332057a3c773c3922cb1 --- liblog | 1 + logcat | 1 + logd | 1 + logwrapper | 1 + 4 files changed, 4 insertions(+) create mode 120000 liblog create mode 120000 logcat create mode 120000 logd create mode 120000 logwrapper diff --git a/liblog b/liblog new file mode 120000 index 000000000..71443aeb4 --- /dev/null +++ b/liblog @@ -0,0 +1 @@ +../logging/liblog \ No newline at end of file diff --git a/logcat b/logcat new file mode 120000 index 000000000..6c27286aa --- /dev/null +++ b/logcat @@ -0,0 +1 @@ +../logging/logcat \ No newline at end of file diff --git a/logd b/logd new file mode 120000 index 000000000..bb2232f5a --- /dev/null +++ b/logd @@ -0,0 +1 @@ +../logging/logd \ No newline at end of file diff --git a/logwrapper b/logwrapper new file mode 120000 index 000000000..a65ffdf5e --- /dev/null +++ b/logwrapper @@ -0,0 +1 @@ +../logging/logwrapper \ No newline at end of file