diff options
author | yawanng <yawanng@google.com> | 2020-06-19 00:37:45 +0000 |
---|---|---|
committer | yawanng <yawanng@google.com> | 2020-06-19 00:47:17 +0000 |
commit | 77107a17e533bf8be1a4a046c78d33ce43abe378 (patch) | |
tree | c10621156240cffd9e10535860145dedc2904976 | |
parent | aec1debc6586c0a5382b7f915e7f6b22af9c2df4 (diff) | |
download | build_make-77107a17e533bf8be1a4a046c78d33ce43abe378.tar.gz build_make-77107a17e533bf8be1a4a046c78d33ce43abe378.tar.bz2 build_make-77107a17e533bf8be1a4a046c78d33ce43abe378.zip |
iorap: Turn off pinner by default for large memory devices.
Bug: 157667363
Test: Make
Change-Id: I980a470596da3bf4e500bbd6c517e1a022c2d1a0
-rw-r--r-- | target/product/iorap_large_memory_config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/product/iorap_large_memory_config.mk b/target/product/iorap_large_memory_config.mk index ad97e4d342..9aa664214d 100644 --- a/target/product/iorap_large_memory_config.mk +++ b/target/product/iorap_large_memory_config.mk @@ -13,6 +13,6 @@ # limitations under the License. # -# Enable Camera pinner by default +# Disable Camera pinner by default PRODUCT_PRODUCT_PROPERTIES += \ - pinner.pin_camera=true + pinner.pin_camera=false |