Add standard Base64 encoding support

[ Merge of http://go/wvgerrit/16550 ]

This is in addition to Web safe Base64 encode/decode support by core.

Change-Id: I9ed51721b138a7f15fb4d216796deadd5d5b31a2
This commit is contained in:
Rahul Frias
2016-01-22 15:32:44 -08:00
parent 2c39fce2c8
commit b15ea1150d
9 changed files with 1104 additions and 34 deletions

View File

@@ -19,7 +19,9 @@ LOCAL_C_INCLUDES := \
SRC_DIR := cdm/src
CORE_SRC_DIR := cdm/core/src
LOCAL_SRC_FILES := third_party/stringencoders/src/modp_b64w.cpp \
LOCAL_SRC_FILES := \
third_party/stringencoders/src/modp_b64.cpp \
third_party/stringencoders/src/modp_b64w.cpp \
$(CORE_SRC_DIR)/properties.cpp \
$(CORE_SRC_DIR)/string_conversions.cpp \
$(SRC_DIR)/clock.cpp \