From eb4431595c382f43fb605bbc0a1b050240e0bd41 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 16 Jun 2016 14:52:47 -0700 Subject: [PATCH] Remove build/libs There's only a single library, libhost, and it's only used by acp and atree in build/tools, move it there. Bug: 28001743 Change-Id: Ie404d2793710de4e265a6fa95d462c32d4042623 --- {libs/host => tools/libhost}/Android.bp | 0 {libs/host => tools/libhost}/CopyFile.c | 0 {libs/host => tools/libhost}/include/host/CopyFile.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {libs/host => tools/libhost}/Android.bp (100%) rename {libs/host => tools/libhost}/CopyFile.c (100%) rename {libs/host => tools/libhost}/include/host/CopyFile.h (100%) diff --git a/libs/host/Android.bp b/tools/libhost/Android.bp similarity index 100% rename from libs/host/Android.bp rename to tools/libhost/Android.bp diff --git a/libs/host/CopyFile.c b/tools/libhost/CopyFile.c similarity index 100% rename from libs/host/CopyFile.c rename to tools/libhost/CopyFile.c diff --git a/libs/host/include/host/CopyFile.h b/tools/libhost/include/host/CopyFile.h similarity index 100% rename from libs/host/include/host/CopyFile.h rename to tools/libhost/include/host/CopyFile.h