aboutsummaryrefslogtreecommitdiffstats
path: root/androidmk
Commit message (Collapse)AuthorAgeFilesLines
...
* androidmk: print unsupported $(call) and $(eval) linesColin Cross2015-03-271-0/+2
| | | | | | | Unsupported top level lines were getting silently dropped, print an unsupported translation error instead. Change-Id: I1a8ac13966116c997c2a3be923f3c3ba6fbe2258
* Support cc_test_hostColin Cross2015-03-272-1/+4
| | | | | | Support cc_test_host for gtest tests compiled for the host. Change-Id: I632d2c211075ba9391d934609f1bf368459397e1
* Add support for building NDK modules.Dan Albert2015-03-261-7/+9
| | | | Change-Id: I2c5ede530e40a635e26ae45950580ef450e7dcc6
* Update import paths for changes to blueprintColin Cross2015-03-232-2/+2
| | | | | | | Blueprint has been modified to include a canonical import path, update soong to match. Change-Id: If29d31afbf3bf2e6364961a66456fa5f8f738455
* androidmk fixes for blueprint updateColin Cross2015-03-201-3/+3
| | | | | | | Blueprint's internal Comment type changed, update androidmk to match. Change-Id: I7ce308cd5879734c1c76e19deef5b08aee377404
* Add support for LOCAL_ARM_MODE in androidmkTim Kilbourn2015-03-192-6/+13
| | | | | | Uses a hack to nest it inside of an arch-arm block. Change-Id: Id36c7398e4a91fc8dd69fa7d1f78c9d30258281a
* Remove LOCAL_CPP_EXTENSION during Android.mk translationColin Cross2015-03-192-0/+6
| | | | | | | LOCAL_CPP_EXTENSION is unnecesary in soong, it can accept files with .cc or .cpp extension. Change-Id: I64cb37f199e25f1fed7e53144f85e52ba616529a
* Fix LOCAL_CXX_STL translation (now maps to stl).Dan Albert2015-03-181-1/+1
| | | | Change-Id: Ib365255bfa1cdd80ac87b8ed452e70410ea0eb3c
* Add soong_build primary builderColin Cross2015-03-138-0/+1874
Initial build logic for building android with soong. It can build a variety of C and C++ files for arm/arm64 and host. Change-Id: I10eb37c2c2a50be6af1bb5fd568c0962b9476bf0