Skip to content
Snippets Groups Projects
Commit 72d6b673 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Add .impl libs of sdk_library to allowed_deps.txt

https://r.android.com/3035972 delegates dexpreopt of the sdk_library to
its implementation library by creating the apex variant of the
implementation library module. Therefore, the apex variants need to be
added to the allowed_deps.txt entries.

No-Allowed-Deps-Check: build changes
Test: m
Bug: 332785297
Merged-In: I48e02f254129abbe41e07f25684fde2af0949089
Change-Id: I48e02f254129abbe41e07f25684fde2af0949089
parent 30147393
No related branches found
No related tags found
No related merge requests found
......@@ -386,14 +386,19 @@ fmtlib_ndk(minSdkVersion:29)
fp16_headers(minSdkVersion:30)
framework-bluetooth(minSdkVersion:33)
framework-mediaprovider(minSdkVersion:30)
framework-mediaprovider.impl(minSdkVersion:30)
framework-permission(minSdkVersion:30)
framework-permission(minSdkVersion:current)
framework-permission-s(minSdkVersion:31)
framework-permission.impl(minSdkVersion:30)
framework-statsd(minSdkVersion:30)
framework-statsd(minSdkVersion:current)
framework-statsd.impl(minSdkVersion:30)
framework-tethering(minSdkVersion:30)
framework-tethering.impl(minSdkVersion:30)
framework-uwb(minSdkVersion:33)
framework-uwb(minSdkVersion:Tiramisu)
framework-uwb.impl(minSdkVersion:33)
framework-wifi(minSdkVersion:30)
framework-wifi-util-lib(minSdkVersion:30)
gemmlowp_headers(minSdkVersion:(no version))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment