xref: /aosp_15_r20/build/release/build_config/Android.bp (revision fbad0c3e31f2a037e01db6279fac63a19ff7655d)
1*fbad0c3eSspickl// Copyright (C) 2024 The Android Open Source Project
2*fbad0c3eSspickl//
3*fbad0c3eSspickl// Licensed under the Apache License, Version 2.0 (the "License");
4*fbad0c3eSspickl// you may not use this file except in compliance with the License.
5*fbad0c3eSspickl// You may obtain a copy of the License at
6*fbad0c3eSspickl//
7*fbad0c3eSspickl//      http://www.apache.org/licenses/LICENSE-2.0
8*fbad0c3eSspickl//
9*fbad0c3eSspickl// Unless required by applicable law or agreed to in writing, software
10*fbad0c3eSspickl// distributed under the License is distributed on an "AS IS" BASIS,
11*fbad0c3eSspickl// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*fbad0c3eSspickl// See the License for the specific language governing permissions and
13*fbad0c3eSspickl// limitations under the License.
14*fbad0c3eSspickl
15*fbad0c3eSspicklpackage {
16*fbad0c3eSspickl    default_applicable_licenses: ["Android-Apache-2.0"],
17*fbad0c3eSspickl}
18*fbad0c3eSspickl
19*fbad0c3eSspicklbuild_flags_json {
20*fbad0c3eSspickl    name: "build_flag_system",
21*fbad0c3eSspickl}
22*fbad0c3eSspickl
23*fbad0c3eSspicklbuild_flags_json {
24*fbad0c3eSspickl    name: "build_flag_system_ext",
25*fbad0c3eSspickl    system_ext_specific: true,
26*fbad0c3eSspickl}
27*fbad0c3eSspickl
28*fbad0c3eSspicklbuild_flags_json {
29*fbad0c3eSspickl    name: "build_flag_product",
30*fbad0c3eSspickl    product_specific: true,
31*fbad0c3eSspickl}
32*fbad0c3eSspickl
33*fbad0c3eSspicklbuild_flags_json {
34*fbad0c3eSspickl    name: "build_flag_vendor",
35*fbad0c3eSspickl    vendor: true,
36*fbad0c3eSspickl}
37