Skip to content

Commit

Permalink
wayne: Make ifaa a boot jar
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
Undying-yueyue authored and xiaoleGun committed Mar 12, 2022
1 parent 17541a0 commit 41e680b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,13 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/idc/uinput-goodix.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-goodix.idc

# IFAA
PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
IFAAService \
org.ifaa.android.manager

PRODUCT_BOOT_JARS += \
org.ifaa.android.manager

# Indicate the first api level the device has been commercially launched on
PRODUCT_SHIPPING_API_LEVEL := 27

Expand Down

0 comments on commit 41e680b

Please sign in to comment.