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

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: 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
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)
(...skipping 27 matching lines...) Expand all
38 38
39 LOCAL_MODULE := \ 39 LOCAL_MODULE := \
40 local_module 40 local_module
41 41
42 42
43 # Store skia's resources in the directory structure that the Android testing 43 # Store skia's resources in the directory structure that the Android testing
44 # infrastructure expects. This requires that Skia maintain a symlinked 44 # infrastructure expects. This requires that Skia maintain a symlinked
45 # subdirectory in the DATA folder that points to the top level skia resources... 45 # subdirectory in the DATA folder that points to the top level skia resources...
46 # i.e. external/skia/DATA/skia_resources --> ../resources 46 # i.e. external/skia/DATA/skia_resources --> ../resources
47 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA 47 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA
48 include $(LOCAL_PATH)/../skia_static_deps.mk
48 include $(BUILD_NATIVE_TEST) 49 include $(BUILD_NATIVE_TEST)
OLDNEW
« no previous file with comments | « platform_tools/android/tests/expectations/skia_static_deps.mk ('k') | platform_tools/android/tests/makefile_writer_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698