summaryrefslogtreecommitdiff
path: root/libnativeloader/include/nativeloader
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2019-10-14 10:27:00 +0100
committer Treehugger Robot <treehugger-gerrit@google.com> 2019-10-16 15:39:42 +0000
commit31b3ffa32d4efc3868806917ca3f2c82847478c7 (patch)
tree60a421d346615fd0f1b3171fa5d3820d01ae0867 /libnativeloader/include/nativeloader
parentcce414f8b46de709250af49398083e99f96b6161 (diff)
Remove temporary CPPLINT.cfg files
Temporary CPPLINT.cfg files were introduced when move libnativeloader and libnativebridge under art/. Bug: 141749154 Test: mm cpplint-art-all Change-Id: I85e75180138a512aef025f1e5275e20d8d1d14b0
Diffstat (limited to 'libnativeloader/include/nativeloader')
-rw-r--r--libnativeloader/include/nativeloader/dlext_namespaces.h6
-rw-r--r--libnativeloader/include/nativeloader/native_loader.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/libnativeloader/include/nativeloader/dlext_namespaces.h b/libnativeloader/include/nativeloader/dlext_namespaces.h
index 8937636cf5..ed335eedd6 100644
--- a/libnativeloader/include/nativeloader/dlext_namespaces.h
+++ b/libnativeloader/include/nativeloader/dlext_namespaces.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef __ANDROID_DLEXT_NAMESPACES_H__
-#define __ANDROID_DLEXT_NAMESPACES_H__
+#ifndef ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_DLEXT_NAMESPACES_H_
+#define ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_DLEXT_NAMESPACES_H_
#include <android/dlext.h>
#include <stdbool.h>
@@ -111,4 +111,4 @@ extern struct android_namespace_t* android_get_exported_namespace(const char* na
__END_DECLS
-#endif /* __ANDROID_DLEXT_NAMESPACES_H__ */
+#endif // ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_DLEXT_NAMESPACES_H_
diff --git a/libnativeloader/include/nativeloader/native_loader.h b/libnativeloader/include/nativeloader/native_loader.h
index 51fb875f68..4fd8092c7c 100644
--- a/libnativeloader/include/nativeloader/native_loader.h
+++ b/libnativeloader/include/nativeloader/native_loader.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef NATIVE_LOADER_H_
-#define NATIVE_LOADER_H_
+#ifndef ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_NATIVE_LOADER_H_
+#define ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_NATIVE_LOADER_H_
#include <stdbool.h>
#include <stdint.h>
@@ -75,4 +75,4 @@ void ResetNativeLoader();
} // namespace android
#endif // __cplusplus
-#endif // NATIVE_BRIDGE_H_
+#endif // ART_LIBNATIVELOADER_INCLUDE_NATIVELOADER_NATIVE_LOADER_H_