forked from openkylin/platform_build
Merge "iorap: Turn off pinner by default for large memory devices." into rvc-dev am: b8f8fc6a88
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11923072 Change-Id: Ib79da635eda60f3290402cb47d79600737c12d2a
This commit is contained in:
commit
7fe2cf07aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue