aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Li <nelsonli@google.com>2024-04-01 05:59:54 +0000
committerNelson Li <nelsonli@google.com>2024-04-01 05:59:54 +0000
commit45c8594d5ce30e138c53cd0c11c9cf5d6efc4b2a (patch)
tree71e9f82c920822cdc7a1d2678cefd6f37cab3d40
parentac922e6b07f416be7fc818b41901d9655f762716 (diff)
downloadsample-45c8594d5ce30e138c53cd0c11c9cf5d6efc4b2a.tar.gz
Convert device/sample/Android.mk to Android.bp
This Android.mk file only contains `declare-1p-copy-files` and includes subdirectories' Android.mk files. The work of `declare-1p-copy-files` is moved to `build/core/tasks/meta-lic.mk`, and since there are no other Android.mk files in the subdirectories, this file can be deleted. Bug: 309885432 Test: CIs Change-Id: Ia4ad28215aba222adf08977a33c0396b0d7e30e8
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 885183c..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-$(eval $(call declare-1p-copy-files,device/sample,))
-
-include $(call all-subdir-makefiles)