Merge "Move adb_keys to product partition" into main am: d7c4b9daea
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3244707 Change-Id: I7ad95aac88caf15eb2f31787428bdc42470fd8ae Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
30c39c8605
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,8 @@ LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
|
|||
ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \
|
||||
ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \
|
||||
ln -sfn /sys/kernel/debug $(TARGET_ROOT_OUT)/d; \
|
||||
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
|
||||
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard; \
|
||||
ln -sf /product/etc/security/adb_keys $(TARGET_ROOT_OUT)/adb_keys
|
||||
|
||||
ALL_ROOTDIR_SYMLINKS := \
|
||||
$(TARGET_ROOT_OUT)/bin \
|
||||
|
|
@ -150,4 +151,3 @@ $(ALL_ROOTDIR_SYMLINKS): $(LOCAL_BUILT_MODULE)
|
|||
init.environ.rc-soong := $(call intermediates-dir-for,ETC,init.environ.rc-soong)/init.environ.rc-soong
|
||||
$(eval $(call copy-one-file,$(init.environ.rc-soong),$(LOCAL_BUILT_MODULE)))
|
||||
init.environ.rc-soong :=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue