From d9e2146390b3169099fad416ed7589c9dfd09869 Mon Sep 17 00:00:00 2001 From: Maarten Hooft Date: Mon, 28 Feb 2011 16:26:18 -0800 Subject: Add additional statements to accept the crespo4g product Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff --- liblight/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblight/Android.mk') diff --git a/liblight/Android.mk b/liblight/Android.mk index b594be3..d10b586 100755 --- a/liblight/Android.mk +++ b/liblight/Android.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ifeq ($(TARGET_DEVICE),crespo) +ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),) LOCAL_PATH:= $(call my-dir) # HAL module implemenation, not prelinked and stored in -- cgit v1.1