diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a48fc1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# android_device_oppo_find5 +For building TWRP for Oppo Find 5 only diff --git a/device_find5.mk b/device_find5.mk deleted file mode 100644 index 756b70a..0000000 --- a/device_find5.mk +++ /dev/null @@ -1,24 +0,0 @@ -$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) - -# The gps config appropriate for this device -$(call inherit-product, device/common/gps/gps_us_supl.mk) - -$(call inherit-product-if-exists, vendor/oppo/find5/find5-vendor.mk) - -DEVICE_PACKAGE_OVERLAYS += device/oppo/find5/overlay - -LOCAL_PATH := device/oppo/find5 -ifeq ($(TARGET_PREBUILT_KERNEL),) - LOCAL_KERNEL := $(LOCAL_PATH)/kernel -else - LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) -endif - -PRODUCT_COPY_FILES += \ - $(LOCAL_KERNEL):kernel - -$(call inherit-product, build/target/product/full.mk) - -PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 -PRODUCT_NAME := full_find5 -PRODUCT_DEVICE := find5