From 1783f12106b25113fed92021399ecafd826a5293 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 16:51:29 -0700 Subject: [PATCH] Reland: "Remove logging symlinks from system/core/include" Soong will instead directly include those paths. Bug: 165825252 Test: treehugger Change-Id: If1ee31ebf83715c0dfc4797305784fbfa7bd97db --- include/android/log.h | 1 - include/log | 1 - 2 files changed, 2 deletions(-) delete mode 120000 include/android/log.h delete mode 120000 include/log diff --git a/include/android/log.h b/include/android/log.h deleted file mode 120000 index 736c44840..000000000 --- a/include/android/log.h +++ /dev/null @@ -1 +0,0 @@ -../../liblog/include/android/log.h \ No newline at end of file diff --git a/include/log b/include/log deleted file mode 120000 index 714065f45..000000000 --- a/include/log +++ /dev/null @@ -1 +0,0 @@ -../liblog/include/log \ No newline at end of file