xref: /aosp_15_r20/system/incremental_delivery/sysprop/IncrementalProperties.sysprop (revision 9190c2a8bd3622b7aa9bd7bfe4b3aec77820f478)
1*9190c2a8SAndroid Build Coastguard Worker# Copyright (C) 2020 The Android Open Source Project
2*9190c2a8SAndroid Build Coastguard Worker#
3*9190c2a8SAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
4*9190c2a8SAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
5*9190c2a8SAndroid Build Coastguard Worker# You may obtain a copy of the License at
6*9190c2a8SAndroid Build Coastguard Worker#
7*9190c2a8SAndroid Build Coastguard Worker#      http://www.apache.org/licenses/LICENSE-2.0
8*9190c2a8SAndroid Build Coastguard Worker#
9*9190c2a8SAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
10*9190c2a8SAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
11*9190c2a8SAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*9190c2a8SAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
13*9190c2a8SAndroid Build Coastguard Worker# limitations under the License.
14*9190c2a8SAndroid Build Coastguard Worker
15*9190c2a8SAndroid Build Coastguard Workerowner: Platform
16*9190c2a8SAndroid Build Coastguard Workermodule: "android.sysprop.IncrementalProperties"
17*9190c2a8SAndroid Build Coastguard Worker
18*9190c2a8SAndroid Build Coastguard Workerprop {
19*9190c2a8SAndroid Build Coastguard Worker    api_name: "enable"
20*9190c2a8SAndroid Build Coastguard Worker    type: String
21*9190c2a8SAndroid Build Coastguard Worker    prop_name: "ro.incremental.enable"
22*9190c2a8SAndroid Build Coastguard Worker    scope: Internal
23*9190c2a8SAndroid Build Coastguard Worker    access: Readonly
24*9190c2a8SAndroid Build Coastguard Worker}
25