commit | 219e6025be55afd9661d79407b5ebeb391d7d704 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 27 19:12:08 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 27 19:12:08 2024 +0000 |
tree | bcbd4aa595d32e7a4e8dafbbbc445250c04338cc | |
parent | 3b3786a30e7faacc0fa3ff50cc56df7d34d87122 [diff] [blame] |
<sys/stat.h>: add lchmod(). Bug: http://b/361334945 Change-Id: I6a76db7bd2f657ad9b058c2672bf7a4e687017f9
diff --git a/libc/Android.bp b/libc/Android.bp index 107db88..a81999d 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -913,6 +913,7 @@ "bionic/isatty.cpp", "bionic/killpg.cpp", "bionic/langinfo.cpp", + "bionic/lchmod.cpp", "bionic/lchown.cpp", "bionic/lfs64_support.cpp", "bionic/libc_init_common.cpp",