OSDN Git Service

Move to some properties users to libbase properties
authorTom Cherry <tomcherry@google.com>
Wed, 11 Oct 2017 20:44:21 +0000 (13:44 -0700)
committerTom Cherry <tomcherry@google.com>
Thu, 12 Oct 2017 16:30:59 +0000 (09:30 -0700)
commit93099e4485d62fc8cd900cb213c17117c17c3351
treed18a86dea8cbe0bfeb2d71f85e897cbaab28a5a0
parented8d236319a112a0b19b1f05ea55a90ba93e8aa2
Move to some properties users to libbase properties

The libcutils interface cannot read properties with value length > 92
characters, whereas the libbase one can.  ro.build.fingerprint may be
larger than this size in the future, so we move to libbase to prepare.

Bug: 23102347
Bug: 34954705
Test: build
Change-Id: Ic91aa63c7db1a7a01b9a1ee321b7854a9bcf6d12
core/jni/AndroidRuntime.cpp
core/jni/android_hardware_camera2_DngCreator.cpp