From 7f24c45b7d8d0a57c0e981eea89c08c58b5d446d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 4 Dec 2015 15:18:27 -0800 Subject: [PATCH] Add a symlink android-base/ pointing to base/. This lets us move things over piece by piece without breaking anything. Change-Id: I06fc29572f63c4af9675888987acdcdea086711d --- base/include/android-base | 1 + 1 file changed, 1 insertion(+) create mode 120000 base/include/android-base diff --git a/base/include/android-base b/base/include/android-base new file mode 120000 index 000000000..8681f8b8f --- /dev/null +++ b/base/include/android-base @@ -0,0 +1 @@ +base \ No newline at end of file