summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/android
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus define checks and a typo.Narayan Kamath2014-06-131-0/+31
RT_* constants are enum members in the UAPI so we can't use #define checks for them. Also fix a typo in the define check for an IFA_ constant. More generally, we should get rid of all these conditional checks for target builds because we know what version of the UAPI we have in bionic. We should move these conditional checks under #if HOST_BUILD or something similar. bug: 15602893 Change-Id: I3affc10773ade4dac68c176f79962ca8ad312579