diff options
author | 2024-12-18 14:15:05 -0500 | |
---|---|---|
committer | 2024-12-18 14:44:16 -0500 | |
commit | ef88f749925067c411595c780b2379773ed72e82 (patch) | |
tree | 796c9896058c9fcf482b39f2256928fbd3ca63a4 /aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp | |
parent | 0df9d9a8460113420b33f43a7a8c5553d328e856 (diff) |
Moving bp1a flags to build/release.
From vendor/google_shared/build/relase.
Ignore-AOSP-First: migrating bp1a release config for future release
Test: via script
Change-Id: I9dfb408e083414fca064a673cbc47605c10be597
Diffstat (limited to 'aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp')
-rw-r--r-- | aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp b/aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp new file mode 100644 index 00000000..85dd922c --- /dev/null +++ b/aconfig/bp1a/com.android.internal.pm.pkg.component.flags/Android.bp @@ -0,0 +1,21 @@ +// Copyright 2024 Google Inc. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +aconfig_values { + name: "aconfig-values-platform_build_release-bp1a-com.android.internal.pm.pkg.component.flags-all", + package: "com.android.internal.pm.pkg.component.flags", + srcs: [ + "*_flag_values.textproto", + ] +} |