summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update freetype to 8bb09b0fe4d9747bcf452a777cabed7d7ef435e2Victoria Lease2013-12-121-0/+1
| | | | | | | | | | | | | | | Integrated patches from freetype2 git repository, up to hashval 8bb09b0fe4d9747bcf452a777cabed7d7ef435e2, which is post-2.5.2. Most recent commit message from freetype git: [truetype] Simplify logic of rendering modes. Noteworthy patches included: [sfnt] Fix handling of embedded bitmap strikes. [truetype] Improve handling of buggy embedded bitmap strikes. Add FT_FACE_FLAG_COLOR and FT_HAS_COLOR. Change-Id: I4a22d96c9443c7a587475ca0a9c684843e144b18
* Enable FT_CONFIG_OPTION_USE_PNG, build shared libVictoria Lease2013-06-271-2/+6
| | | | | | | | | | Due to FT_CONFIG_OPTION_USE_PNG, FreeType now depends upon libpng and zlib. While I'm adding those dependencies, I might as well also make libft2 a shared library... Bug: 9603326 Bug: 9577689 Change-Id: Ibeeaeef72d39df07535424b49810675d652b8fc8
* Add additional implementation files needed by Skia.Derek Sollenberger2011-11-081-0/+2
| | | | | | | | This adds the files that are need by Skia's SkFontHost::GetAdvancedTypefaceMetrics. bug: 5445861 Change-Id: Id0cc770476fcdf852557e8e4c4451f92e4a291d6
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-9/+0
| | | | | | Bug: 5010576 Change-Id: Iaf6f536effbc97be15f540b7582eb7e211c43a70
* Fix linking issues in external/skia because of missing implementation.Derek Sollenberger2011-03-171-0/+1
| | | | | | | | | The skia library uses FT_Library_SetLcdFilter(...), to see if LCD text is supported on the platform. Android currently does not implement LCD text, but we should not fail to link. Rather we should return the appropriate error code. Change-Id: Ib04bee1be2f3a66c7babea28442884492ddc1c83
* upgrade freetype to 2.4.2.Nick Kralevich2010-09-151-2/+2
| | | | | | Bug: 2969145 Change-Id: I8debbbe0bd478d9cf8c39cff5179981b5f3b371a
* Update to FreeType 2.3.12David 'Digit' Turner2010-03-031-2/+2
|
* resolved conflicts for merge 77f63d to masterDavid 'Digit' Turner2009-06-091-2/+8
|\
| * Integrate FreeType 2.3.9 into the donut tree.David 'Digit' Turner2009-06-081-10/+2
| | | | | | | | | | | | | | | | | | This is done to get fixes for a few security-related issues. NOTE: the auto-hinter hasn't been changed to avoid modifying the rendering of characters. The 2.3.9 code contains minor fixes (not security-related) that could in theory do that (though extensive testing is needed to evaluate its real impact on Android).
* | am d048699: Remove a reference to TARGET_BUILD_TYPEDave Bort2009-04-291-3/+1
|\| | | | | | | | | | | | | Merge commit 'd04869994887b14ee43c9f8a9a8597193b5a7107' * commit 'd04869994887b14ee43c9f8a9a8597193b5a7107': Remove a reference to TARGET_BUILD_TYPE
| * Remove a reference to TARGET_BUILD_TYPEDave Bort2009-04-231-3/+1
| | | | | | | | | | | | | | We're soon going to stop using TARGET_BUILD_TYPE==debug to debug native modules. Signed-off-by: Dave Bort <dbort@android.com>
* | auto import //branches/master/...@140412The Android Open Source Project2009-03-181-20/+0
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+78
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-78/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+78