clear-pkgs-linux-iot-lts2018/0001-greybus-Remove-android...

34 lines
1009 B
Diff
Raw Permalink Normal View History

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2018-10-11 02:06:46 +08:00
From: "Pottratz, Dwane" <dwane.pottratz@intel.com>
Date: Fri, 27 Jan 2017 10:18:38 -0800
Subject: [PATCH] greybus: Remove android make file
2018-10-11 02:06:46 +08:00
Remove the andorid make file. With multiple kernel repos in the android
build system the make file will cause a redefine and fail
Signed-off-by: Pottratz, Dwane <dwane.pottratz@intel.com>
---
drivers/staging/greybus/tools/Android.mk | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 drivers/staging/greybus/tools/Android.mk
diff --git a/drivers/staging/greybus/tools/Android.mk b/drivers/staging/greybus/tools/Android.mk
deleted file mode 100644
2020-10-27 02:14:06 +08:00
index fdadbf611757..000000000000
2018-10-11 02:06:46 +08:00
--- a/drivers/staging/greybus/tools/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= loopback_test.c
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE := gb_loopback_test
-
-include $(BUILD_EXECUTABLE)
-
--
https://clearlinux.org
2018-10-11 02:06:46 +08:00