device/qcom/common: Enable all rotations

Change config file to enable all rotations on device to make sure all
display composition paths get executed.

Change-Id: I5ff0b3fa039f45c0c967ceb12f3dfc4d587bc476
This commit is contained in:
Saurabh Shah 2014-08-26 13:08:06 -07:00
parent 661a00c68b
commit af768e6ef7
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<bool name="config_enableFusedLocationOverlay" translatable="false">false</bool>
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<bool name="config_allowAllRotations">true</bool>
</resources>