From 7210f6326ec5e120bccc97e28bd02bd3c9b0c8a8 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 6 Sep 2023 20:49:57 +0000 Subject: [PATCH] Add ndk_system to allowed_deps.txt This soong module contains the .h files provided by the ndk_system STL. apexes were implicitly depending on this via -isystem. This dependency will be made explicit by creating a cc_library_headers soong module. Since this is a header module, there should not be size increase in apexes. Apex-Size-Increase: 0 Aosp-First: Yes Previous-Platform-Support: N/A Test-Info: presubmits. Bug: 298258442 Test: presubmits Change-Id: Ida03cf1ba2821ae3338218ac1e22997becab42c0 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 499d6fa..b4567bf 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -839,6 +839,7 @@ ndk_libc++_static(minSdkVersion:16) ndk_libc++abi(minSdkVersion:(no version)) ndk_libc++abi(minSdkVersion:16) ndk_libunwind(minSdkVersion:16) +ndk_system(minSdkVersion:(no version)) net-utils-device-common(minSdkVersion:29) net-utils-device-common-bpf(minSdkVersion:29) net-utils-device-common-ip(minSdkVersion:29)