Advertisement
infected_

Untitled

Mar 3rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # Copyright (C) 2015 The SaberMod Project
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. #
  15.  
  16. # Sabermod configs
  17. TARGET_SM_KERNEL := 4.9
  18. HUASHAN_THREADS := 2
  19. PRODUCT_THREADS := $(HUASHAN_THREADS)
  20. LOCAL_STRICT_ALIASING := true
  21. LOCAL_O3 := false
  22.  
  23. LOCAL_DISABLE_STRICT_ALIASING := \
  24. libcrypto_static \
  25. gatt_testtool \
  26. libssh \
  27. ssh \
  28. libsurfaceflinger \
  29. libOmxVenc \
  30. lsof \
  31. camera.qcom \
  32. CameraWrapper \
  33. CameraWrapper.cpp \
  34. copybit.msm8960 \
  35. camera.qcom.so
  36.  
  37. LOCAL_DISABLE_GRAPHITE := \
  38. libncurses \
  39. camera.qcom \
  40. CameraWrapper \
  41. CameraWrapper.cpp \
  42. copybit.msm8960 \
  43. camera.qcom.so
  44.  
  45. GRAPHITE_KERNEL_FLAGS := \
  46. -floop-parallelize-all \
  47. -ftree-parallelize-loops=$(PRODUCT_THREADS)
  48. # -fopenmp
  49.  
  50. # General flags for gcc 4.9 to allow compilation to complete.
  51. NO_OPTIMIZATIONS := hwcomposer.msm8960 camera.qcom camera.msm8960 CameraWrapper copybit.msm8960 CameraWrapper.cpp camera.qcom.so
  52.  
  53. # Extra SaberMod GCC C flags for arch target and Kernel
  54. export EXTRA_SABERMOD_GCC_VECTORIZE := \
  55. -mvectorize-with-neon-quad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement