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

Side by Side Diff: platform_tools/android/tests/expectations/tool/Android.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: rebaseline 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
1 1
2 ############################################################################### 2 ###############################################################################
3 # 3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 # 5 #
6 # For bugs, please contact scroggo@google.com or djsollen@google.com 6 # For bugs, please contact scroggo@google.com or djsollen@google.com
7 # 7 #
8 ############################################################################### 8 ###############################################################################
9 9
10 LOCAL_PATH:= $(call my-dir) 10 LOCAL_PATH:= $(call my-dir)
11 include $(CLEAR_VARS) 11 include $(CLEAR_VARS)
12
12 LOCAL_CFLAGS += \ 13 LOCAL_CFLAGS += \
13 local_cflags 14 local_cflags
14 15
15 LOCAL_CPPFLAGS := \ 16 LOCAL_CPPFLAGS := \
16 local_cppflags 17 local_cppflags
17 18
18 LOCAL_SRC_FILES := \ 19 LOCAL_SRC_FILES := \
19 local_src_files 20 local_src_files
20 21
21 LOCAL_SHARED_LIBRARIES := \ 22 LOCAL_SHARED_LIBRARIES := \
(...skipping 16 matching lines...) Expand all
38 39
39 LOCAL_MODULE := \ 40 LOCAL_MODULE := \
40 local_module 41 local_module
41 42
42 43
43 # Store skia's resources in the directory structure that the Android testing 44 # Store skia's resources in the directory structure that the Android testing
44 # infrastructure expects. This requires that Skia maintain a symlinked 45 # infrastructure expects. This requires that Skia maintain a symlinked
45 # subdirectory in the DATA folder that points to the top level skia resources... 46 # subdirectory in the DATA folder that points to the top level skia resources...
46 # i.e. external/skia/DATA/skia_resources --> ../resources 47 # i.e. external/skia/DATA/skia_resources --> ../resources
47 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA 48 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA
49 include $(LOCAL_PATH)/../skia_static_deps.mk
48 include $(BUILD_NATIVE_TEST) 50 include $(BUILD_NATIVE_TEST)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698