aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-01-11 16:25:10 -0800
committerColin Cross <ccross@android.com>2016-01-11 16:25:10 -0800
commite90319b77791a6eef3a108d3f73d01a00963c761 (patch)
treeb648d8dd18fdeb4d635c611489414bbe774f6e55
parentdbbebce6e4074a90726b2d5b29e3de7ed349b41b (diff)
downloadplatform_libnativehelper-e90319b77791a6eef3a108d3f73d01a00963c761.tar.gz
platform_libnativehelper-e90319b77791a6eef3a108d3f73d01a00963c761.tar.bz2
platform_libnativehelper-e90319b77791a6eef3a108d3f73d01a00963c761.zip
libnativehelper: remove Android.bp
The name collision will be handled by removing libnativehelper from the root Android.bp file for now. Bug: 25797955 Change-Id: I71a6e3d37c195a56598029262d8808ea9880e109
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 9eb50aa..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// Empty Android.bp file to work around collision between libnativehelper
-// phony module name and libnativehelper top level directory. Putting
-// an empty Android.bp file here prevents the libnativehelper directory
-// from showing up in the dependencies from glob(libnativehelper/Android.bp)
-// b/25797955