commit | f56ae1999948393ba8c207525d6466ee424c4467 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Fri Feb 21 14:27:16 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 21 14:27:16 2014 +0000 |
tree | e4877c1a375d728c460653ae0edd923cf933db93 | |
parent | 6b4ecf314461067c0e05130edaf785fb010f471a [diff] | |
parent | fb913cdb47d5abfac55d6394084932fff597c8c5 [diff] |
Merge "Update GLES codegen to be in sync with frameworks/base"
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index b2bc550..49a017f 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk
@@ -120,6 +120,10 @@ LOCAL_MODULE:= surfaceflinger +ifdef TARGET_32_BIT_SURFACEFLINGER +LOCAL_32_BIT_ONLY := true +endif + include $(BUILD_EXECUTABLE) ###############################################################