Skip to content

Commit

Permalink
ih8sn: Add a product makefile
Browse files Browse the repository at this point in the history
Change-Id: If1c4a6b1b4faf4455995d29b2073c58acd4e7adb
  • Loading branch information
ItsVixano committed Apr 5, 2024
1 parent cce0dee commit 34794fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions product.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PRODUCT_PACKAGES += \
ih8sn

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/system/etc/ih8sn.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/ih8sn.conf

PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/bin/ih8sn \
system/etc/ih8sn.conf \
system/etc/init/ih8sn.rc

0 comments on commit 34794fd

Please sign in to comment.