diff options
Diffstat (limited to 'liblight/Android.mk')
-rwxr-xr-x | liblight/Android.mk | 4 |
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 |