Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
leopesto committed Dec 4, 2012
1 parent 66a03e4 commit 08be039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions AndroidBoard.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LOCAL_PATH := $(call my-dir)
#LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
#include $(CLEAR_VARS)

ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
#ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)

# include the non-open-source counterpart to this file

Expand Down
13 changes: 5 additions & 8 deletions G2L.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ $(call inherit-product-if-exists, vendor/jiayu/G2L/G2L-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/jiayu/G2L/overlay

LOCAL_PATH := device/Jiayu/G2L
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif

PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
ifneq ($(TARGET_PREBUILT_KERNEL),)
PRODUCT_COPY_FILES += \
device/jiayu/G2L/kernel:kernel
endif

PRODUCT_COPY_FILES += \
device/jiayu/G2L/prebuilt/root/init.G2L.rc:root/init.G2L.rc \
device/jiayu/G2L/prebuilt/root/init.G2L.usb.rc:root/init.G2L.usb.rc \
device/jiayu/G2L/prebuilt/root/ueventd.G2L.rc:root/ueventd.rc \
device/jiayu/G2L/prebuilt/root/ueventd.G2L.rc:root/ueventd.G2L.rc \

$(call inherit-product, build/target/product/full.mk)

Expand Down

0 comments on commit 08be039

Please sign in to comment.