Files
android_development/samples/AconfigDemo/internal/Android.bp
Dennis Shen 1ec5bba66a Add the first flag to core_experiments_team_internal
Add an internal dir to host an aconfig file that is dedicated to
trunk_stable_workflow testing. We should use this one, instead the one
dedicated to the demo app.

Bug: 294537090
Change-Id: I1a28da8e202f5f454df35f298c8c962d3b9b229b
2023-08-04 14:12:21 +00:00

10 lines
246 B
Plaintext

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"],
}