Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df7efa62 authored by Spandan Das's avatar Spandan Das
Browse files

Explicitly declare selinux_policy_(vendor|odm) in PRODUCT_PACKAGES

As part of the mk->bp migration, we are currently using heuristics to
classify the packages in `PRODUCT_PACKAGES` to deps of the different
android_filesystem modules. To aid such heuristics, separate phony
targets will be created for selinux_policy_vendor and
selinux_policy_odm. The former wil be added to deps of the autogenerated
vendor module and the latter will be added to deps of the autogenerated
odm module

Bug: 376755916
Test: Verified that NOTICE.xml.gz is the only diff in fileList contents
between kati and soong odm.img

Change-Id: I001080011e9a89b8053e91b042ed82e215b0187e
parent 6c68c5a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ PRODUCT_PACKAGES += \
    passwd_odm \
    passwd_vendor \
    selinux_policy_nonsystem \
    selinux_policy_vendor \
    selinux_policy_odm \
    shell_and_utilities_vendor \
    odm-build.prop \