OSDN Git Service

Fix target utilization property_get.
authorIan Rogers <irogers@google.com>
Mon, 1 Oct 2012 21:54:24 +0000 (14:54 -0700)
committerIan Rogers <irogers@google.com>
Mon, 1 Oct 2012 21:59:39 +0000 (14:59 -0700)
commite983008863c3f0706af95e0e601808e60eb0dbf2
treedb7db63b4850c88005379430855ade9e1eb5d2a4
parent17d5f47e5a1deb9a4fa09aee444a28ec3d1b1687
Fix target utilization property_get.

Copy and paste error where wrong compare meant the code thought a target
utilization option was specified even if there wasn't one.

b/7062303

Change-Id: Ibf1c6cf72743c5fbec7618a719d12d0373184754
core/jni/AndroidRuntime.cpp