diff options
| author | 2022-01-28 17:01:31 +0000 | |
|---|---|---|
| committer | 2022-01-28 17:01:31 +0000 | |
| commit | a73c19efda25dd67fe27113d8391b7c2e3e3e195 (patch) | |
| tree | 342b1d740a68ea117f35a88184ceeed6702eb108 /Android.bp | |
| parent | 5dfac22224dfe9ede03e20463bf0f841cabea426 (diff) | |
Remove framework-appsearch.impl from framework
Was only meant to be temporary. No longer needed, I hope.
Test: m
Change-Id: I1b31eb617026d48f9ba64e07ee0b1c0ae3597437
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 838f304b2e8e..ae2e4ec323b6 100644 --- a/Android.bp +++ b/Android.bp @@ -417,7 +417,6 @@ java_library { static_libs: [ "app-compat-annotations", "framework-minus-apex", - "framework-appsearch.impl", // TODO(b/146218515): should be removed "framework-updatable-stubs-module_libs_api", ], sdk_version: "core_platform", |