Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
begonia: Drop unused factory_init*.rc files
Browse files Browse the repository at this point in the history
These files are not imported by another files and device has been booting fine
all this time without them

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Aug 24, 2020
1 parent 384d246 commit dc99efc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 992 deletions.
3 changes: 0 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ PRODUCT_PACKAGES += \
tp_selftest.sh

PRODUCT_PACKAGES += \
factory_init.connectivity.rc \
factory_init.project.rc \
factory_init.rc \
init.aee.rc \
init.ago.rc \
init.connectivity.rc \
Expand Down
24 changes: 0 additions & 24 deletions rootdir/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,30 +89,6 @@ LOCAL_SRC_FILES := bin/tp_selftest.sh
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := factory_init.connectivity.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/factory_init.connectivity.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := factory_init.project.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/factory_init.project.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := factory_init.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/factory_init.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := init.aee.rc
LOCAL_MODULE_TAGS := optional
Expand Down
93 changes: 0 additions & 93 deletions rootdir/etc/factory_init.connectivity.rc

This file was deleted.

37 changes: 0 additions & 37 deletions rootdir/etc/factory_init.project.rc

This file was deleted.

Loading

0 comments on commit dc99efc

Please sign in to comment.