1 2 ############################################################################### 3 # 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 5 # 6 # For bugs, please contact scroggo (a] google.com or djsollen (a] google.com 7 # 8 ############################################################################### 9 10 11 ############################################################################### 12 # 13 # This file contains the shared and static dependencies needed by any target 14 # that attempts to statically link Skia (i.e. libskia_static build target). 15 # 16 # This is a workaround for the fact that the build system does not add these 17 # transitive dependencies when it attempts to link libskia_static into another 18 # library. 19 # 20 ############################################################################### 21 ifeq ($(COND), true) 22 LOCAL_SHARED_LIBRARIES += \ 23 local_shared_libraries_foo 24 25 LOCAL_STATIC_LIBRARIES += \ 26 local_static_libraries_foo 27 28 endif 29 30 LOCAL_SHARED_LIBRARIES += \ 31 local_shared_libraries_bar 32 33 LOCAL_STATIC_LIBRARIES += \ 34 local_static_libraries_bar 35 36 LOCAL_SHARED_LIBRARIES += \ 37 local_shared_libraries 38 39 LOCAL_STATIC_LIBRARIES += \ 40 local_static_libraries 41 42