From 945dd526edd47dc5121764dc88927ef934893027 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 12 Nov 2024 15:25:09 +0000 Subject: [PATCH] Stop explicitly adding bionic subdirectories to the include path. Change-Id: I24776f1008ca5f030cd8c94147d9630519ef6a24 --- fastboot/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/fastboot/Android.bp b/fastboot/Android.bp index b61fbd4df..d3e058150 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp @@ -201,7 +201,6 @@ cc_binary { "update_metadata-protos", "liburing", ], - include_dirs: ["bionic/libc/kernel"], header_libs: [ "avb_headers",