OSDN Git Service

Properly define TARGET_USES_64_BIT_BINDER
[android-x86/device-generic-common.git] / firmware.mk
1 #
2 # Copyright (C) 2012 The Android-x86 Open Source Project
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10
11 LOCAL_FIRMWARES_DIR ?= /lib/firmware
12 LOCAL_FIRMWARES ?= $(filter-out %.mk,$(subst $(LOCAL_FIRMWARES_DIR)/,,$(shell find $(LOCAL_FIRMWARES_DIR) -type f)))
13
14 PRODUCT_COPY_FILES := \
15     $(foreach f,$(LOCAL_FIRMWARES),$(LOCAL_FIRMWARES_DIR)/$(f):system/lib/firmware/$(f))