]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Add new source files to Android.bp files
authorEric Biggers <ebiggers@google.com>
Tue, 24 Sep 2019 21:59:10 +0000 (14:59 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2019 22:51:34 +0000 (18:51 -0400)
Test: see I3781b6d1e55923e9410644e8a7ba834b4d13b733
Change-Id: Ie071b30937dcf73f34df5dc3aa08d23ae30d9c63
From AOSP commit: d2a16e1616b807a6143b9c6232a1c54f90dc06f6

lib/e2p/Android.bp
lib/ext2fs/Android.bp

index d30272b3bb2b711445131c8a659b87869afd193f..d74ba685604430abcb47fd753c92efce9f55ffaf 100644 (file)
@@ -7,6 +7,7 @@ cc_library {
     unique_host_soname: true,
     defaults: ["e2fsprogs-defaults"],
     srcs: [
+        "encoding.c",
         "feature.c",
         "fgetflags.c",
         "fsetflags.c",
index e09ec3fb12a2668a3d84cb14c8cbe7b36237c6cb..909c4fa89e8fac57e1b75cde58732c05da10a3b4 100644 (file)
@@ -68,6 +68,7 @@ cc_library {
         "namei.c",
         "native.c",
         "newdir.c",
+        "nls_utf8.c",
         "openfs.c",
         "progress.c",
         "punch.c",