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

Side by Side Diff: openssl/Android.mk

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 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
« no previous file with comments | « openssl-chromium.config ('k') | openssl/Apps.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 LOCAL_PATH := $(call my-dir)
2
3 # Enable to be able to use ALOG* with #include "cutils/log.h"
4 #log_c_includes += system/core/include
5 #log_shared_libraries := liblog
6
7 # These makefiles are here instead of being Android.mk files in the
8 # respective crypto, ssl, and apps directories so
9 # that import_openssl.sh import won't remove them.
10 include $(LOCAL_PATH)/build-config.mk
11 include $(LOCAL_PATH)/Crypto.mk
12 include $(LOCAL_PATH)/Ssl.mk
13 include $(LOCAL_PATH)/Apps.mk
OLDNEW
« no previous file with comments | « openssl-chromium.config ('k') | openssl/Apps.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698