Merge "Add the first flag to core_experiments_team_internal" into main am: 6c53c6aab9
Original change: https://android-review.googlesource.com/c/platform/development/+/2705513 Change-Id: I982e4115de814660894b6dd272b2345cc6094d8d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
9
samples/AconfigDemo/internal/Android.bp
Normal file
9
samples/AconfigDemo/internal/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
aconfig_declarations {
|
||||
name: "trunk_stable_workflow_testing",
|
||||
package: "com.android.trunk_stable_workflow_testing",
|
||||
srcs: ["trunk_stable_workflow_test.aconfig"],
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package: "com.android.trunk_stable_workflow_testing"
|
||||
|
||||
flag {
|
||||
name: "welcome_aboard"
|
||||
namespace: "core_experiments_team_internal"
|
||||
description: "Ahoy, raise the first flag of this namespace"
|
||||
bug: "294537090"
|
||||
}
|
||||
Reference in New Issue
Block a user