summaryrefslogtreecommitdiff
path: root/rsCompatibilityLib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable 64bit RS compat lib to build.Miao Wang2014-12-151-1/+5
| | | | | | | - Fix __LP64__ support bug - Disable __system_property_get() for __LP64__ compat lib. Change-Id: I5d7659443a5897bfab3826d9a3e1d52004d78adc
* Implement property_get() for the compatibility library.Stephen Hines2013-08-151-0/+36
Bug: 10315692 This change also allows us to remove the dependency on libcutils for the compatibility library. The implementation is the exact version that is in libcutils. Change-Id: If285962d6631cf9ca1030718c436e122f9be1d4f