Brokeded it
diff --git a/broken.dependencies b/broken.dependencies
new file mode 100644
index 0000000..4de49be
--- /dev/null
+++ b/broken.dependencies
@@ -0,0 +1,13 @@
+[
+ {
+ "remote": "gh",
+ "repository": "SlimRoms/kernel_asus_grouper",
+ "target_path": "kernel/asus/grouper",
+ "branch": "kk4.4"
+ },
+ {
+ "repository": "TheLoonyBin/proprietary_vendor_asus",
+ "target_path": "vendor/asus",
+ "branch": "kk4.4"
+ }
+]
diff --git a/slim.mk b/broken.mk
similarity index 75%
rename from slim.mk
rename to broken.mk
index e63b5f1..b36609d 100644
--- a/slim.mk
+++ b/broken.mk
@@ -5,18 +5,18 @@
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 800
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/slim/config/common_full_tablet_wifionly.mk)
+# Inherit some common Broken stuff.
+$(call inherit-product, vendor/broken/config/common_full_tablet_wifionly.mk)
# Enhanced NFC
-$(call inherit-product, vendor/slim/config/nfc_enhanced.mk)
+$(call inherit-product, vendor/broken/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/asus/grouper/full_grouper.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := grouper
-PRODUCT_NAME := slim_grouper
+PRODUCT_NAME := broken_grouper
PRODUCT_BRAND := Google
PRODUCT_MODEL := Nexus 7
PRODUCT_MANUFACTURER := Asus
diff --git a/slim.dependencies b/slim.dependencies
deleted file mode 100644
index 725d8b3..0000000
--- a/slim.dependencies
+++ /dev/null
@@ -1,7 +0,0 @@
-[
- {
- "repository": "SlimRoms/kernel_asus_grouper",
- "target_path": "kernel/asus/grouper",
- "branch": "kk4.4"
- }
-]