diff options
author | Maarten Hooft <mthooft@google.com> | 2011-02-28 16:26:18 -0800 |
---|---|---|
committer | Maarten Hooft <mthooft@google.com> | 2011-02-28 16:26:18 -0800 |
commit | d9e2146390b3169099fad416ed7589c9dfd09869 (patch) | |
tree | 8022b3b76a7b920d0bb5ab15055dbd43d4ef3ce0 /liblight | |
parent | fcba3707358783f0b311c750a3d5637f0517066f (diff) | |
download | device_samsung_crespo-d9e2146390b3169099fad416ed7589c9dfd09869.zip device_samsung_crespo-d9e2146390b3169099fad416ed7589c9dfd09869.tar.gz device_samsung_crespo-d9e2146390b3169099fad416ed7589c9dfd09869.tar.bz2 |
Add additional statements to accept the crespo4g product
Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
Diffstat (limited to 'liblight')
-rwxr-xr-x | liblight/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |