diff options
| author | Jason Sams <jsams@google.com> | 2014-05-29 18:27:56 -0700 |
|---|---|---|
| committer | Jason Sams <jsams@google.com> | 2014-05-29 18:27:56 -0700 |
| commit | 4a6448945724980fd9330283536df202e30705c4 (patch) | |
| tree | 6614d9816e33be510b9478add13576104f949857 /scriptc/rs_atomic.rsh | |
| parent | 1aa6704b5bef23830d49128b1b29eb9175226597 (diff) | |
| download | android_frameworks_rs-4a6448945724980fd9330283536df202e30705c4.tar.gz android_frameworks_rs-4a6448945724980fd9330283536df202e30705c4.tar.bz2 android_frameworks_rs-4a6448945724980fd9330283536df202e30705c4.zip | |
Set API version for atomics so they may be tested.
Change-Id: I81f21d979c9b1abc2f27688177820772230c5e22
Diffstat (limited to 'scriptc/rs_atomic.rsh')
| -rw-r--r-- | scriptc/rs_atomic.rsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scriptc/rs_atomic.rsh b/scriptc/rs_atomic.rsh index fef05bbf..ba847cfc 100644 --- a/scriptc/rs_atomic.rsh +++ b/scriptc/rs_atomic.rsh @@ -177,7 +177,7 @@ extern uint32_t __attribute__((overloadable)) #endif //defined(RS_VERSION) && (RS_VERSION >= 14) -#if (defined(RS_VERSION) && (RS_VERSION >= 21)) +#if (defined(RS_VERSION) && (RS_VERSION >= 20)) // TODO: api 21 /** * Atomic add one to the value at addr. |
