aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-01-23 15:44:10 -0800
committerTheodore Ts'o <tytso@mit.edu>2020-03-20 23:12:24 -0400
commit470e78ae212e3ffebba851a28152489f2cdfcf41 (patch)
treef108532b2b24b32a75b5a7aee905816a94e862cd
parenta431f19f0ec42892b43f20c5309fb12b5c8171c3 (diff)
downloade2fsprogs-470e78ae212e3ffebba851a28152489f2cdfcf41.tar.gz
AOSP: Add -e2fsprogs to the e2fsprogs chattr and lsattr.
We want to start shipping the toybox chattr and lsattr on the device all the time, so the build system rightly complains that then we'd have two modules with the same name. I went with a suffix rather than a prefix so that tab completion works for folks still wanting to use the e2fsprogs versions. Bug: http://b/147769529 Test: builds Change-Id: Ib904fa6c709d29ce709302c61e452383c02cb9a3 From AOSP commit: 8525a455e7410461560a99a42feb0dbfabab5c8e
-rw-r--r--misc/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index dea2f9fe4..d5be3a1fc 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -174,7 +174,7 @@ cc_binary {
// Build chattr
cc_binary {
- name: "chattr",
+ name: "chattr-e2fsprogs",
host_supported: true,
defaults: ["e2fsprogs-defaults"],
@@ -201,7 +201,7 @@ lsattr_libs = [
]
cc_binary {
- name: "lsattr",
+ name: "lsattr-e2fsprogs",
host_supported: true,
defaults: ["lsattr-defaults"],