diff options
author | Steve Kondik <steve@cyngn.com> | 2016-08-01 13:21:58 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-08-01 13:24:26 -0700 |
commit | 193a8c93342e0b0677540cc70850e43317c54992 (patch) | |
tree | ebd2803e720358615fd027f4b246dd1a99c3d094 /services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp | |
parent | 534f85743096c2ac853329ab239b204d96efe665 (diff) | |
download | frameworks_native-193a8c93342e0b0677540cc70850e43317c54992.zip frameworks_native-193a8c93342e0b0677540cc70850e43317c54992.tar.gz frameworks_native-193a8c93342e0b0677540cc70850e43317c54992.tar.bz2 |
surfaceflinger: Isolate S3D code to msm8996 only
Change-Id: Ie4b77b55eb306c795b452c59d8ae3383bd2804bc
Diffstat (limited to 'services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp')
-rw-r--r-- | services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp b/services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp index 6b228ed..64a67e5 100644 --- a/services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp +++ b/services/surfaceflinger/ExSurfaceFlinger/ExHWComposer.cpp @@ -76,7 +76,7 @@ bool ExHWComposer::isCompositionTypeBlit(const int32_t compType) const { return false; } -#ifdef QTI_BSP +#if defined(QTI_BSP) && defined(SDM_TARGET) uint32_t ExHWComposer::getS3DFlag(int disp) const { const DisplayData& disp_data(mDisplayData[disp]); |