blob: 2e038e00bb35a8a0000c764c90946f2ff39e2729 [file] [log] [blame]
Makoto Onuki3aefe332023-10-06 10:02:07 -07001// 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 Wu2abff412024-10-10 21:58:26 +000015// "framework-minus-apex" and "all-updatable-modules-system-stubs" are not
16// visible publicly. We re-export them to Ravenwood in this file.
Makoto Onukic69a84e2023-10-20 10:43:55 -070017
Jeff Sharkeyed81c782024-01-11 13:29:07 -070018java_library {
John Wu2abff412024-10-10 21:58:26 +000019 name: "framework-minus-apex-for-host",
Jeff Sharkey3e91c2b2024-02-15 14:12:07 -070020 installable: false,
John Wu2abff412024-10-10 21:58:26 +000021 static_libs: ["framework-minus-apex"],
22 visibility: ["//frameworks/base/ravenwood"],
Jeff Sharkeyed81c782024-01-11 13:29:07 -070023}
24
Makoto Onukif38d5992024-05-30 10:40:50 -070025java_library {
John Wu2abff412024-10-10 21:58:26 +000026 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 Onukic69a84e2023-10-20 10:43:55 -070030}