From 836bdc4386232b3a86d062f89f3093845d05cb29 Mon Sep 17 00:00:00 2001 From: Dongmei Wang Date: Tue, 2 Dec 2014 18:39:10 -0800 Subject: loc-pla: Create Platform Library Abstraction layer Defined PLA functions to enable gps libraries to call platform-dependent library calls transparantly. Removed fake files and replaced the fake function with defined PLA functions. CRs-fixed: 605817 Change-Id: I677f658001329a10ef9b49bd963631a83fb4c85f --- utils/linked_list.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils/linked_list.c') diff --git a/utils/linked_list.c b/utils/linked_list.c index 92617fe..1109acd 100644 --- a/utils/linked_list.c +++ b/utils/linked_list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011,2014 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -31,8 +31,7 @@ #include #define LOG_TAG "LocSvc_utils_ll" -#include "log_util.h" -#include "platform_lib_includes.h" +#include #include #include -- cgit v1.2.3