提交 e8b4a1b7 编写于 作者: D Dan Albert 提交者: Android Git Automerger

am dc81fbad: am 69d4fba2: Move frameworks/minikin over to libc++.

* commit 'dc81fbad':
  Move frameworks/minikin over to libc++.
......@@ -15,7 +15,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include external/stlport/libstlport.mk
LOCAL_SRC_FILES := \
AnalyzeStyle.cpp \
......@@ -43,7 +42,6 @@ LOCAL_SHARED_LIBRARIES := \
liblog \
libpng \
libz \
libstlport \
libicuuc \
libutils
......
......@@ -17,12 +17,14 @@
#define LOG_TAG "Minikin"
#include <cutils/log.h>
#include <string>
#include <vector>
#include <math.h>
#include <stdio.h> // for debugging
#include <algorithm>
#include <fstream>
#include <iostream> // for debugging
#include <stdio.h> // ditto
#include <string>
#include <vector>
#include <utils/JenkinsHash.h>
#include <utils/LruCache.h>
......
......@@ -15,7 +15,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include external/stlport/libstlport.mk
LOCAL_MODULE_TAGS := tests
......@@ -31,7 +30,6 @@ LOCAL_SHARED_LIBRARIES += \
libutils \
liblog \
libcutils \
libstlport \
libharfbuzz_ng \
libicuuc \
libft2 \
......@@ -45,7 +43,6 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
include external/stlport/libstlport.mk
LOCAL_MODULE_TAG := tests
......@@ -63,7 +60,6 @@ LOCAL_SHARED_LIBRARIES += \
libutils \
liblog \
libcutils \
libstlport \
libharfbuzz_ng \
libicuuc \
libskia \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册