Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: platform_tools/android/tests/expectations/skia_static_deps.mk

Issue 1696483002: Update Android framework makefile to build static and shared libs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: new test Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 ###############################################################################
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
OLDNEW
« no previous file with comments | « platform_tools/android/tests/expectations/Android.mk ('k') | platform_tools/android/tests/expectations/tool/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698