Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update the version number in Android.mk
Browse files Browse the repository at this point in the history
The previous update to FreeType 2.6.2+update didn't update
the version number in Android.mk

BUG=24296662

Change-Id: I6c71d8f5c57126b20bc7c03ecfc6437837498c89
Signed-off-by: Jungshik Shin <jungshik@google.com>
  • Loading branch information
jungshik committed Jan 18, 2016
1 parent a0bd57a commit d76856d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.mk
@@ -1,10 +1,10 @@
# this is now the default FreeType build for Android
#
ifndef USE_FREETYPE
USE_FREETYPE := 2.6.0
USE_FREETYPE := 2.6.2
endif

ifeq ($(USE_FREETYPE),2.6.0)
ifeq ($(USE_FREETYPE),2.6.2)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

Expand Down

0 comments on commit d76856d

Please sign in to comment.