e12a837e1494327f351b0376ec19e47dad49b53c
(This is a merge of http://go/wvgerrit/70384) It turns out the reason the binary provisioning unit test was failing is because the test base class was setting the property to turn on binary provisioning before calling Init(), however all current Init() implementations overwrite the value of that field. As such, the tests weren't actually using binary provisioning. With that fixed, everything passes; the binary provisioning flow doesn't appear to actually be broken. This is the exact same commit as was previously reverted, cf5464d7a2fbecd1938ae0700199145b7b61c3c3. However, a pending patch fixes the multiple runs of Properties::Init() that lead to the inconsistent failures of the previous patch. (See http://go/wvgerrit/70383) Bug: 112046733 Test: CE CDM Unit Tests Test: Android Unit Tests Change-Id: I79fc2c8d4d24505b46cab0e21eef85a37d66748d
Description
No description provided