Skip to content

Commit c49354e

Browse files
committed
Xenonify
1 parent dba26dc commit c49354e

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

cm.mk

Lines changed: 0 additions & 15 deletions
This file was deleted.

seedmtk.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
1919

2020
#Hack for prebuilt kernel
21-
$(shell mkdir -p $(OUT)/obj/KERNEL_OBJ/usr)
22-
$(shell touch $(OUT)/obj/KERNEL_OBJ/usr/export_includes)
21+
$(shell mkdir -p $OUT_DIR/obj/KERNEL_OBJ/usr)
22+
$(shell touch $OUT_DIR/obj/KERNEL_OBJ/usr/export_includes)
2323

2424
# common sprout
2525
$(call inherit-product, device/google/sprout-common/sprout.mk)

vendorsetup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
add_lunch_combo cm_seedmtk-userdebug
2-
add_lunch_combo cm_seedmtk-eng
1+
add_lunch_combo xenonhd_seedmtk-userdebug
2+
add_lunch_combo xenonhd_seedmtk-eng

0 commit comments

Comments
 (0)