From f37ed0c99c0519d1dc10398afab67d73ea487630 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Wed, 26 Jan 2022 00:20:41 +0000 Subject: [PATCH] Make rust binder APEX available Apex-Size-Increase: N/A - already included Previous-Platform-Support: None Aosp-First: Yes Test-Info: rustBinderTest See I6ded38519fea7c193da8017f521e6ed30b8d4756 - these libraries are AOSP first, but were made available in a change with internal-first modules. Merged-In: I6ded38519fea7c193da8017f521e6ed30b8d4756 Change-Id: I7d29babba556bd2cf673f88c2a8b4f5ff4963b91 --- build/allowed_deps.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 1e033a1..0042829 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -297,6 +297,9 @@ libbase_headers(minSdkVersion:29) libbase_ndk(minSdkVersion:29) libbinder_headers(minSdkVersion:29) libbinder_headers_platform_shared(minSdkVersion:29) +libbinder_ndk_bindgen(minSdkVersion:Tiramisu) +libbinder_ndk_sys(minSdkVersion:Tiramisu) +libbinder_rs(minSdkVersion:Tiramisu) libbinderthreadstateutils(minSdkVersion:29) libbluetooth-types-header(minSdkVersion:29) libbrotli(minSdkVersion:(no version))