diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-05-04 19:38:41 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-04 19:38:41 +0200 |
commit | c4ba6b738f053b4503ff1232d594d7d135e71531 (patch) | |
tree | f376f2005a2bc514781e4f94ca176378ab9a9f68 /otautil/dirutil.cpp | |
parent | Merge "otautil: Only build the needed files for host build." (diff) | |
parent | Merge changes I1cc5d702,I32ab9854 (diff) | |
download | android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar.gz android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar.bz2 android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar.lz android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar.xz android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.tar.zst android_bootable_recovery-c4ba6b738f053b4503ff1232d594d7d135e71531.zip |
Diffstat (limited to '')
-rw-r--r-- | otautil/dirutil.cpp (renamed from otautil/DirUtil.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/DirUtil.cpp b/otautil/dirutil.cpp index 61c832813..ae1cd5c28 100644 --- a/otautil/DirUtil.cpp +++ b/otautil/dirutil.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "otautil/DirUtil.h" +#include "otautil/dirutil.h" #include <dirent.h> #include <errno.h> |