Merge "Merge tag 'AU_LINUX_ANDROID_KK.04.04.04.010.031' into HEAD"

This commit is contained in:
Linux Build Service Account 2014-07-08 20:17:19 -07:00 committed by Gerrit - the friendly Code Review server
commit 053bed1aa4

View file

@ -540,11 +540,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy
{
ENTRY_LOG();
if (accuracy < 1000)
{
accuracy = 1000;
}
int ret_val = 0;
ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);