diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2011-01-31 14:53:24 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2011-01-31 14:53:24 -0800 |
| commit | d0f5bd130bdbd5b357b7f1db4562fa55e06d384c (patch) | |
| tree | 48ee3f26d8879c2a92b8ee60df9821d46666e9e2 /libs/rs/RenderScript.h | |
| parent | e62e890b68cce46b4ed19010874707d3d45fa258 (diff) | |
| download | frameworks_base-d0f5bd130bdbd5b357b7f1db4562fa55e06d384c.zip frameworks_base-d0f5bd130bdbd5b357b7f1db4562fa55e06d384c.tar.gz frameworks_base-d0f5bd130bdbd5b357b7f1db4562fa55e06d384c.tar.bz2 | |
Cleaning up the serialization change.
Renaming the define to be more in line with what it does and removing the host stub header file.
Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
Diffstat (limited to 'libs/rs/RenderScript.h')
| -rw-r--r-- | libs/rs/RenderScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 882a0b0..bb5e4aa 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -365,7 +365,7 @@ RsAllocation rsaAllocationCreateFromBitmap(RsContext con, RsType vtype, RsAllocation rsaAllocationCubeCreateFromBitmap(RsContext con, RsType vtype, RsAllocationMipmapControl mips, const void *data, uint32_t usages); -#ifdef ANDROID_RS_BUILD_FOR_HOST +#ifdef ANDROID_RS_SERIALIZE #define NO_RS_FUNCS #endif |
