Reapply "Add amm experiment."
See go/pixel-perf-amm-experiment for more info. (This change is a reland of ag/30770395 after fixing issues that caused a revert.) Bug: 365855872 Test: build/flash; set .Perf__amm_experiment=true, observe auto_migration_margins_enable value changing 1->0; set .Perf__amm_experiment="", observe the value changing 0->1 Flag: NONE controlled by Mendel instead Change-Id: I833ea7cd104b95abf80f2286e91f96a102d8086a Signed-off-by: Dmitry Skiba <dskiba@google.com>
This commit is contained in:
parent
fbe4a4f483
commit
c0ac52ad63
4 changed files with 35 additions and 0 deletions
10
performance/experiments/amm/Android.bp
Normal file
10
performance/experiments/amm/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "pixel-amm-experiment.rc",
|
||||
src: "pixel-amm-experiment.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue