From d2c2cc72ca0a428133071b95dd8b22f479a32f5d Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 4 Aug 2021 20:21:17 +0900 Subject: [PATCH] Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same 'ndk' backend. Bug: 161456198 Test: m Change-Id: Ice4ee0bc19e0c2087226b932e567fa9ca07ec5a7 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index bbfc334..19a9eca 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -794,6 +794,7 @@ prebuilt_libclang_rt.builtins-i686-android(minSdkVersion:(no version)) prebuilt_libclang_rt.builtins-x86_64-android(minSdkVersion:(no version)) prebuilt_libunwind(minSdkVersion:(no version)) prebuilt_test_framework-sdkextensions(minSdkVersion:(no version)) +resourceobserver_aidl_interface-V1-ndk(minSdkVersion:29) resourceobserver_aidl_interface-V1-ndk_platform(minSdkVersion:29) server_configurable_flags(minSdkVersion:29) ServiceWifiResourcesGoogle(minSdkVersion:30)