Skip to content

Commit

Permalink
breeze: Move ueventd to vendor/etc
Browse files Browse the repository at this point in the history
 * This is the preferred location as of Android 12.
  • Loading branch information
AKoskovich authored and Hadenix committed Oct 17, 2023
1 parent 9ef20f6 commit 38b07c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootdir/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ LOCAL_MODULE_STEM := ueventd.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/ueventd.mt6763.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
include $(BUILD_PREBUILT)

0 comments on commit 38b07c4

Please sign in to comment.