• Home
  • History
  • Annotate
  • only in /libcore/luni/src/test/java/libcore/android/
History log of /libcore/luni/src/test/java/libcore/android/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
857e3a0f4f1f0d381a06d69c8facac5d59d6461e 13-Jun-2014 Narayan Kamath <narayan@google.com> Fix bogus define checks and a typo.

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
ystem/OsConstantsTest.java