File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ BOARD_RIL_CLASS := ../../../device/jsr/d9/ril/
169
169
BOARD_HARDWARE_CLASS := device/jsr/d9/cmhw
170
170
171
171
# Lights
172
- # TARGET_PROVIDES_LIBLIGHTS := true
172
+ TARGET_PROVIDES_LIBLIGHT := true
173
173
174
174
# Media
175
175
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- ifneq ($(filter u8815,$(TARGET_DEVICE ) ) ,)
16
15
LOCAL_PATH: = $(call my-dir)
17
- # HAL module implemenation, not prelinked and stored in
16
+ # HAL module implemenation stored in
18
17
# hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
19
18
include $(CLEAR_VARS )
20
19
21
20
LOCAL_MODULE_TAGS := optional
22
21
LOCAL_SRC_FILES := lights.c
23
22
24
- LOCAL_PRELINK_MODULE := false
23
+ # LOCAL_PRELINK_MODULE := false
25
24
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES ) /hw
26
25
27
26
LOCAL_SHARED_LIBRARIES := libhardware_legacy liblog
28
27
29
28
LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM )
30
29
31
30
include $(BUILD_SHARED_LIBRARY )
32
- endif
31
+
You can’t perform that action at this time.
0 commit comments