Skip to content

Commit

Permalink
Initial JB MR1 bring-up support
Browse files Browse the repository at this point in the history
Change-Id: I312af7ba7e843e5748ffc8eb42494cb33afd95d1
  • Loading branch information
Anh Nguyen authored and David Ng committed Dec 6, 2012
1 parent a106cf1 commit 7ffc571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion common.mk
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ PRODUCT_COPY_FILES += \
system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
system/bluetooth/data/iop_device_list.conf:system/etc/bluetooth/iop_device_list.conf \
system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \

Expand Down
3 changes: 3 additions & 0 deletions power/Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
LOCAL_PATH := $(call my-dir)

ifneq ($(call is-android-codename,JELLY_BEAN),true)

# HAL module implemenation stored in
# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
include $(CLEAR_VARS)
Expand All @@ -10,3 +12,4 @@ LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
LOCAL_MODULE := power.qcom
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif
2 changes: 1 addition & 1 deletion utils.mk
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ FROYO_SDK_VERSIONS := 8
GINGERBREAD_SDK_VERSIONS := 9 10
HONEYCOMB_SDK_VERSIONS := 11 12 13
ICECREAM_SANDWICH_SDK_VERSIONS := 14 15
JELLY_BEAN_SDK_VERSIONS := 16
JELLY_BEAN_SDK_VERSIONS := 16 17

# $(call is-android-codename,codename)
# codename is one of cupcake,donut,eclair,froyo,gingerbread,icecream
Expand Down

0 comments on commit 7ffc571

Please sign in to comment.