From 806721a4cb5aaceb617ca4418e80c34d72678a73 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 28 Oct 2013 17:37:06 +0100 Subject: [PATCH] build: Move Makefile.android to android/Makefile.am This will keep all Android related changes within android directory. --- Makefile.am | 2 +- Makefile.android => android/Makefile.am | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Makefile.android => android/Makefile.am (100%) diff --git a/Makefile.am b/Makefile.am index 8aed6f7e4..69a280540 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ test_scripts = include Makefile.tools include Makefile.obexd -include Makefile.android +include android/Makefile.am if HID2HCI rulesdir = @UDEV_DIR@/rules.d diff --git a/Makefile.android b/android/Makefile.am similarity index 100% rename from Makefile.android rename to android/Makefile.am -- 2.47.3