blob: 70d349d533c0e2848b14f66aa2de0e7dfee4a999 [file] [log] [blame]
Yifan Hong30be1b02019-01-02 16:44:36 -08001//
2// Copyright (C) 2016 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
Bob Badour4e060082021-02-16 18:59:28 -080017package {
18 default_applicable_licenses: ["Android-Apache-2.0"],
19}
20
Luca Stefani88527fa2019-02-02 18:53:06 +010021sh_binary {
Yifan Hong30be1b02019-01-02 16:44:36 -080022 name: "preloads_copy.sh",
23
Luca Stefani88527fa2019-02-02 18:53:06 +010024 src: "preloads_copy.sh",
Yifan Hong30be1b02019-01-02 16:44:36 -080025}
26
Luca Stefani88527fa2019-02-02 18:53:06 +010027sh_binary {
Yifan Hong30be1b02019-01-02 16:44:36 -080028 name: "cppreopts.sh",
29
30 init_rc: ["cppreopts.rc"],
Luca Stefani88527fa2019-02-02 18:53:06 +010031 src: "cppreopts.sh",
Yifan Hong30be1b02019-01-02 16:44:36 -080032 required: [
33 "preopt2cachename",
34 "preloads_copy.sh",
Yifan Hong7605f892019-01-02 11:50:34 -080035 "fstab.postinstall",
Yifan Hong30be1b02019-01-02 16:44:36 -080036 ],
37}
Yifan Hong7605f892019-01-02 11:50:34 -080038
39prebuilt_etc {
40 name: "fstab.postinstall",
41 src: "fstab.postinstall",
42}