Commit c79ddc50 authored by SnowCatPDA's avatar SnowCatPDA
Browse files

ADD TWRP

parent b2a5a1df
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
PRODUCT_COPY_FILES += \
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system/common,system)

PRODUCT_COPY_FILES += \
	$(LOCAL_PATH)/twrp.fstab:recovery/root/etc/twrp.fstab

PRODUCT_PACKAGES += \
	busybox

@@ -22,6 +25,7 @@ GAPPS_FORCE_BROWSER_OVERRIDES := true
PRODUCT_PACKAGES += \
        GoogleTTS \
        GoogleHome \
	PixelLauncher \
        LatinImeGoogle \
        Chrome \
        Velvet \
@@ -42,6 +46,5 @@ PRODUCT_COPY_FILES += \
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system/x64,system)
endif


$(call inherit-product-if-exists, vendor/google/build/opengapps-packages.mk)