diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2015-06-28 21:04:00 -0400 |
|---|---|---|
| committer | Christopher R. Palmer <crpalmer@gmail.com> | 2015-06-28 21:04:58 -0400 |
| commit | 403a0b73c9c9c949a3e19fffab506ccb16a46def (patch) | |
| tree | 2a1b62a661a2638728a2945d81c9b57750714f5b /setup-makefiles.sh | |
| parent | d6826433583c2d5d417226b7c9a51194dd5c7373 (diff) | |
Fix derp from importing victara's proprietary file scripts
Change-Id: I48fae57fa41a29dbff58effa6e90df9400612f87
Diffstat (limited to 'setup-makefiles.sh')
| -rwxr-xr-x | setup-makefiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 3aad208..fdd7f3e 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -112,7 +112,7 @@ EOF LOCAL_PATH := \$(call my-dir) -ifeq (\$(TARGET_DEVICE),victara) +ifeq (\$(TARGET_DEVICE),fhd) include \$(CLEAR_VARS) LOCAL_MODULE := com.qualcomm.location |
