From 5edb66c5b5d79ed3e20afa7e54dde5d62a874692 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 15 Dec 2021 00:49:19 +0900 Subject: [PATCH] Add fmtlib_headers to the allowed list. fmtlib has been in the list. The header variant of the lib was created and it needs to be added as well. Bug: 209929099 Test: m Test-Info: No behavior change. fmtlib has been in the allow list. The header variant of the lib was created and it is used in the header-only contexts. Apex-Size-Increase: 0 Previous-Platform-Support: 29 (the same as min_sdk_version of fmtlib) Aosp-First: Yes. Change-Id: Ic430285fdb2d64077e6d61c81c78aab4a9842ed7 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index dd5c448..6b24086 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -219,6 +219,7 @@ ExtServices-core(minSdkVersion:30) ExtServices-core(minSdkVersion:current) flatbuffer_headers(minSdkVersion:(no version)) fmtlib(minSdkVersion:29) +fmtlib_headers(minSdkVersion:29) fmtlib_ndk(minSdkVersion:29) fp16_headers(minSdkVersion:30) framework-mediaprovider(minSdkVersion:30)