summaryrefslogtreecommitdiffstats
path: root/liblight
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2011-07-01 14:28:18 -0700
committerArve Hjønnevåg <arve@android.com>2011-07-01 14:28:18 -0700
commit15f7c60e1618e9549978b9714a589b13585a31dd (patch)
tree027a54c07bd68e1a2f03c3475076bb7ac4cb5d38 /liblight
parent7df03224777f9545ad1d167f0cce5637bed917f4 (diff)
downloaddevice_samsung_tuna-15f7c60e1618e9549978b9714a589b13585a31dd.zip
device_samsung_tuna-15f7c60e1618e9549978b9714a589b13585a31dd.tar.gz
device_samsung_tuna-15f7c60e1618e9549978b9714a589b13585a31dd.tar.bz2
Always build lights.tuna
Change-Id: Ic598bb70a67f65c80675746ec61336bd768bc30b
Diffstat (limited to 'liblight')
-rwxr-xr-xliblight/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/liblight/Android.mk b/liblight/Android.mk
index 9abad27..b6c3144 100755
--- a/liblight/Android.mk
+++ b/liblight/Android.mk
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(filter tuna,$(TARGET_DEVICE)),)
-
LOCAL_PATH:= $(call my-dir)
# HAL module implemenation stored in
# hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
@@ -31,5 +29,3 @@ LOCAL_MODULE := lights.tuna
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-
-endif