1 2############################################################################### 3# 4# THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 5# 6# For bugs, please contact scroggo@google.com or djsollen@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############################################################################### 21ifeq ($(COND), true) 22LOCAL_SHARED_LIBRARIES += \ 23 local_shared_libraries_foo 24 25LOCAL_STATIC_LIBRARIES += \ 26 local_static_libraries_foo 27 28endif 29 30LOCAL_SHARED_LIBRARIES += \ 31 local_shared_libraries_bar 32 33LOCAL_STATIC_LIBRARIES += \ 34 local_static_libraries_bar 35 36LOCAL_SHARED_LIBRARIES += \ 37 local_shared_libraries 38 39LOCAL_STATIC_LIBRARIES += \ 40 local_static_libraries 41 42