1*523fa7a6SAndroid Build Coastguard Worker# Copyright (c) Meta Platforms, Inc. and affiliates. 2*523fa7a6SAndroid Build Coastguard Worker# All rights reserved. 3*523fa7a6SAndroid Build Coastguard Worker# 4*523fa7a6SAndroid Build Coastguard Worker# This source code is licensed under the BSD-style license found in the 5*523fa7a6SAndroid Build Coastguard Worker# LICENSE file in the root directory of this source tree. 6*523fa7a6SAndroid Build Coastguard Worker 7*523fa7a6SAndroid Build Coastguard Worker# pyre-strict 8*523fa7a6SAndroid Build Coastguard Worker 9*523fa7a6SAndroid Build Coastguard Worker# TODO(T138955367): New way to record and track schema's version number. 10*523fa7a6SAndroid Build Coastguard Worker# This is the version number of the bundled program schema. 11*523fa7a6SAndroid Build Coastguard Worker# It should be forwarded to BundledProgram construtor as version. 12*523fa7a6SAndroid Build Coastguard Worker# Should update the version number whenever there's a update in the schema. 13*523fa7a6SAndroid Build Coastguard WorkerBUNDLED_PROGRAM_SCHEMA_VERSION = 2 14