Makoto Onuki | 3aefe33 | 2023-10-06 10:02:07 -0700 | [diff] [blame] | 1 | // Copyright (C) 2023 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
John Wu | 2abff41 | 2024-10-10 21:58:26 +0000 | [diff] [blame^] | 15 | // "framework-minus-apex" and "all-updatable-modules-system-stubs" are not |
| 16 | // visible publicly. We re-export them to Ravenwood in this file. |
Makoto Onuki | c69a84e | 2023-10-20 10:43:55 -0700 | [diff] [blame] | 17 | |
Jeff Sharkey | ed81c78 | 2024-01-11 13:29:07 -0700 | [diff] [blame] | 18 | java_library { |
John Wu | 2abff41 | 2024-10-10 21:58:26 +0000 | [diff] [blame^] | 19 | name: "framework-minus-apex-for-host", |
Jeff Sharkey | 3e91c2b | 2024-02-15 14:12:07 -0700 | [diff] [blame] | 20 | installable: false, |
John Wu | 2abff41 | 2024-10-10 21:58:26 +0000 | [diff] [blame^] | 21 | static_libs: ["framework-minus-apex"], |
| 22 | visibility: ["//frameworks/base/ravenwood"], |
Jeff Sharkey | ed81c78 | 2024-01-11 13:29:07 -0700 | [diff] [blame] | 23 | } |
| 24 | |
Makoto Onuki | f38d599 | 2024-05-30 10:40:50 -0700 | [diff] [blame] | 25 | java_library { |
John Wu | 2abff41 | 2024-10-10 21:58:26 +0000 | [diff] [blame^] | 26 | name: "all-updatable-modules-system-stubs-for-host", |
| 27 | installable: false, |
| 28 | static_libs: ["all-updatable-modules-system-stubs"], |
| 29 | visibility: ["//frameworks/base/ravenwood"], |
Makoto Onuki | c69a84e | 2023-10-20 10:43:55 -0700 | [diff] [blame] | 30 | } |