diff options
| author | 2022-03-02 17:37:23 +0000 | |
|---|---|---|
| committer | 2022-03-02 17:40:52 +0000 | |
| commit | 2edfc48cb68f2d82d7576326c47328b36cf7ab50 (patch) | |
| tree | 3b9d5fc94aaaf62a7b6dbc8231d933f58200c525 /api/Android.bp | |
| parent | c62f49fbb2bcb3bb8054585c08d89234e01e2c90 (diff) | |
Remove *nonpublic_deps which was added pre-Rb announcement.
Bug: 221855066
21090328
Test: build
mmm -j packages/modules/Auxiliary
mmm -j packages/modules/SupplementalApi
Change-Id: If84b882f8bdaee62cfb107c6a079fbc55a012876
Diffstat (limited to 'api/Android.bp')
| -rw-r--r-- | api/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/Android.bp b/api/Android.bp index ffd5ecbca177..89993e751cf0 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -129,9 +129,6 @@ combined_apis { "framework-wifi", "i18n.module.public.api", ], - conditional_bootclasspath: [ - "framework-auxiliary", - ], system_server_classpath: [ "service-media-s", "service-permission", |