Revert "Exec_start derive_classpath on post-fs-data."
Revert "Introduce derive_classpath service." Revert "Introduce derive_classpath." Revert submission 1602413-derive_classpath Bug: 180105615 Fix: 183079517 Reason for revert: SELinux failure leading to *CLASSPATH variables not being set in all builds Reverted Changes: I6e3c64e7a:Introduce derive_classpath service. I60c539a8f:Exec_start derive_classpath on post-fs-data. I4150de69f:Introduce derive_classpath. Change-Id: Iefbe057ba45091a1675326e3d5db3f39cc3e2820
This commit is contained in:
parent
1320668c52
commit
9ebc6085da
1 changed files with 3 additions and 7 deletions
|
|
@ -881,12 +881,9 @@ on post-fs-data
|
|||
wait_for_prop apexd.status activated
|
||||
perform_apex_config
|
||||
|
||||
# Define and export *CLASSPATH variables
|
||||
mkdir /data/system/environ 0700 system system
|
||||
# Must start before 'odsign', as odsign depends on *CLASSPATH variables
|
||||
exec_start derive_classpath
|
||||
load_exports /data/system/environ/classpath
|
||||
rm /data/system/environ/classpath
|
||||
# Export *CLASSPATH variables from /etc/classpath
|
||||
# TODO(b/180105615): export from the generated file instead.
|
||||
load_exports /etc/classpath
|
||||
|
||||
# Special-case /data/media/obb per b/64566063
|
||||
mkdir /data/media 0770 media_rw media_rw encryption=None
|
||||
|
|
@ -902,7 +899,6 @@ on post-fs-data
|
|||
|
||||
# Start the on-device signing daemon, and wait for it to finish, to ensure
|
||||
# ART artifacts are generated if needed.
|
||||
# Must start after 'derive_classpath' to have *CLASSPATH variables set.
|
||||
exec_start odsign
|
||||
|
||||
# After apexes are mounted, tell keymaster early boot has ended, so it will
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue