summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2016-07-11Rename Android.soong.mk to Android.mkColin Cross
Soong is always on now, so we don't have to distinguish between makefiles that should be ignored because Soong is handling them with an Android.bp file, and makefiles that are still needed with Soong. All obsolete Android.mk files have been removed, rename all Android.soong.mk files to Android.mk. Change-Id: Ic0494e1800dec13a9f5714559cffe3a5ebe49418
2016-05-26Remove deprecated Android.mk filesColin Cross
These directories all have Android.bp files that are always used now, delete the Android.mk files. Change-Id: Ib0ba2d28bff88483b505426ba61606da314e03ab
2016-05-16Use Android.soong.mk to handle mixed Android.mk and Android.bp dirsColin Cross
When building with soong Android.mk files are ignored in directories that have Android.bp files. Only parts of bionic have been converted to Android.bp files, including some directories that have subdirectories with Android.mk files. Add Android.soong.mk files to include subdirectories to any directory that has an Android.bp file but also has subdirectories with only Android.mk files. Change-Id: Ibd3c27d51c44f7a4b42dad0bc747e357b4ae34ca
2016-01-12Rearrange build files to support USE_SOONG=trueColin Cross
Building with USE_SOONG=true will build with an Android.bp file if it is present in the directory, otherwise an Android.mk file. Only a few of the bionic directories compile with soong, so include all of them from the top level Android.mk file and remove the top level Android.bp file. Individual subdirectories with Android.bp files will use soong with USE_SOONG=true. Change-Id: Idf8d7977ea4668fa646be25b543bf9d3773de615
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
Bug: 5010576 Change-Id: I9064e3221582fcf3d4210d67f1cf0a96e7e3aa86
2010-08-18Apply https://android-git.corp.google.com/g/60855 to dalvik-dev.Brian Carlstrom
(We've been missing the zoneinfo.* files for the host dalvikvm. My fix for gingerbread will have to wait for someone to return from vacation, but I can commit here in advance, and I need to so that I can submit https://android-git.corp.google.com/g/60790 which -- amongst other things -- makes lack of time zone data a hard failure, rather than just silently pretending all time zones are UTC.) Bug: 2870945 git cherry-pick --no-commit 18a859aff4e1b97d644429b7ecdb366b18d5a708 Change-Id: I66647e824c5fee9b8d2c63085e2a58e5910a5544
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project