From 93ad204395fc94a8e1f77493272f71021f458612 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 16:51:29 -0700 Subject: [PATCH] Remove logging symlinks from system/core/include Soong will instead directly include those paths. Test: treehugger Change-Id: Ic189e0f597f69ab36b25a94dcde81165da3e53db --- 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