summaryrefslogtreecommitdiff
path: root/mobicore
AgeCommit message (Collapse)Author
2015-01-30Fix "error: 'strerror' was not declared in this scope".Elliott Hughes
Change-Id: If8e3b1d1198df2e725ba08fdecda6bb996e23656
2015-01-30Fix "error: use of undeclared identifier 'strerror'".Elliott Hughes
Change-Id: I96065fe96e98073360340f042dc1736ce508e02b
2014-11-25Fix build after C++11 migration.Dan Albert
More UD literal issues. `using namespace std` should be illegal. Change-Id: If408f360e28acf9159705b9b724c7c083391ff71
2014-11-17Stop using stlport.Dan Albert
Bug: 15193147 Change-Id: Ib432eb3d54ccc04bcd21562c87384bd8ea292828
2014-09-26Don't manually link stlport.Dan Albert
Change-Id: Ie2c698447ba478b3f79f2cc8331427190973ebf0
2014-06-16Switch from getdtablesize(3) to sysconf(3).Dan Albert
Change-Id: I4741ea034fdadf1c6cd07c36aee3156f2415fae2
2013-11-12mobicore: do not use GNU old-style field designatorssynergy dev
Avoiding the use of gnu extensions improves code portability Change-Id: I0523b67dc649633f5e019d3e9b8af974251b9974
2012-10-16mobicore: update daemon to handle MobiCore halt statusDongJin Park
Daemon asks correct status from MobiCore: FC_INFO state_id = 1 (Update from MobiCore1.2_V005_Path3) Bug: 7179227, 7336639 Change-Id: I87dc8acc3fd7e56a6a0dd2c9be0c8a5b995e6c87 Signed-off-by: DongJin Park <djpax.park@samsung.com>
2012-10-15CleanSpec.mk should sit at the root of a git project.Ying Wang
Usually you need only 1 CleanSpec.mk for a git project. Change-Id: I95a6ce590a88f1717f5a32929311f1861af22a20
2012-10-15Merge "Don't call my-dir" into jb-mr1-devYing Wang
2012-10-15Don't call my-dirYing Wang
Because this is a "config" makefile which will be included in the middle of another Android.mk, while the build system depends on my-dir to set up LOCAL_MODULE_MAKEFILE, so the value of LOCAL_MODULE_MAKEFILE is changed from the point where mobicore/common/LogWrapper/Android.mk is included. That leads to incorrect dependency of export_includes. Change-Id: I6af1e1cf4574d9ed15bf6d82bdf6a0815fb667ce
2012-10-15mobicore: McClient: add cleanspec so include exports are picked upDima Zavin
Change-Id: I88896728c53182e1b80fa2280d470a6eadacecc8 Signed-off-by: Dima Zavin <dima@android.com>
2012-09-28mobicore: remove useless kernel headerDima Zavin
Change-Id: I99713461f5211b3322eb0cdb86bc50f9537714a8 Signed-off-by: Dima Zavin <dima@android.com>
2012-09-28exynos: mobicore: update Mobicore userspace daemon and librariesJungtae Kim
Mobicore is updated to MC1.2_V005 from MC1.2_V003 In addition, it fixed Mobicore Startup fail problem. Change-Id: Iee6e975c043cecc63d3fa95aaee3fc8ff2522ba7 Signed-off-by: Jungtae Kim <jt1217.kim@samsung.com>
2012-09-18mobicore : Added external variable for DRM libraryJungtae Kim
Added external variable that is needed to compile liboemcrypto library Change-Id: I352ca1a15c0d24bbdb0132fb658abfa22caf3cb1 Signed-off-by: Jungtae Kim <jt1217.kim@samsung.com>
2012-09-14mobicore: remove useless Android.mk filesDima Zavin
Change-Id: I054eba9532d34fae0a198e8f28cedcae4adb90d3 Signed-off-by: Dima Zavin <dima@android.com>
2012-09-14mobicore: update MobiCore userspace daemon and librariesJihyun Kim
Mobicore is updated to MC1.2_V003 from MC1.2_V002. So, mobicore driver is updated following SAMSUNG_Exynos5250_EngineeringRelease_MC1.2_V003 In addition, provisioning library is removed. Change-Id: I833315b54bbc9b046017d7ddddcb1a19e028bcf9 Signed-off-by: Jihyun Kim <jihyun86.kim@samsung.com>
2012-08-07exynos5: mobicore: cleanup of makefilesDima Zavin
Change-Id: I7936d6f4dbe88f73280deb2118915b46a8a3565c Signed-off-by: Dima Zavin <dima@android.com>
2012-08-07manta: add MobiCore userspace daemon and librariesDongJin Park
Change-Id: Ide5a137050bf384a5409bec6806018ae84d34767 Signed-off-by: DongJin Park <djpax.park@samsung.com>