From 31b3ffa32d4efc3868806917ca3f2c82847478c7 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 14 Oct 2019 10:27:00 +0100 Subject: 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 --- libnativeloader/utils.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libnativeloader/utils.h') diff --git a/libnativeloader/utils.h b/libnativeloader/utils.h index a1c2be5477..9066e575b1 100644 --- a/libnativeloader/utils.h +++ b/libnativeloader/utils.h @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#pragma once + +#ifndef ART_LIBNATIVELOADER_UTILS_H_ +#define ART_LIBNATIVELOADER_UTILS_H_ namespace android::nativeloader { @@ -24,3 +26,5 @@ namespace android::nativeloader { #endif } // namespace android::nativeloader + +#endif // ART_LIBNATIVELOADER_UTILS_H_ -- cgit v1.2.3-59-g8ed1b