Commit Graph

7 Commits

Author SHA1 Message Date
LuK1337 d1d045c2bb pa: sepolicy: Add rules for FOD.
Change-Id: I067ead0c2f60493a974bc220b67d7039acea4823
2020-11-21 05:10:37 +00:00
Pig 8ea05d8aee
[lineage-18.0] pa: soong: Add AOSPA Soong config variables.
Ref: https://android.googlesource.com/platform/build/soong/+/refs/tags/android-11.0.0_r4#soong-config-variables

[PA: this commit is a very minimal pick of the Lineage commit]

Change-Id: Icaf35b65b63d4245c92e39ce628bb8d6ffd0d4bb
2020-10-26 14:54:10 -07:00
Alexander Koskovich bf68f29f11
pa: Switch to CAF's kernel build system.
Change-Id: I6aad967b28ed187efaa3f206b3fbc0df6d39d218
2020-09-25 18:14:21 -07:00
Alexander Koskovich fe06f71656
config: Move SEPolicy back to PA vendor.
Change-Id: I8ba8538574795eaa39afe486f596dfb9db26c7b6
2020-09-18 09:19:52 -07:00
Jake Weinstein d0fd145dbc pa: config: qcom: Enable TARGET_USES_MEDIA_EXTENSIONS on legacy SoCs
This needs to be in BoardConfig so the SoC can be detected.  We will
also move all board flags to this file in subsequent commits.

Change-Id: I5e60c482a18b480fca9a77fabc9f815413e494d3
2020-04-02 17:56:53 +05:30
Rashed Abdel-Tawab da7e86ec86 pa: Dynamically generate kernel headers using pa generator
Add a soong vendor plugin for kernel config variables so we can use
these in go.

Change-Id: Id31f2be8fcc5aba2d965dbe815edaaf1d28279c6
2019-09-18 13:52:02 +05:30
Rashed Abdel-Tawab fd307eb0d0 pa: Move some kernel definitions to BoardConfigKernel
Kernel source settings should always come at BoardConfig population
time so things that use the variable later don't end up pointing to
an empty or wrong variable.

The following is also squashed in:

Author: Christopher N. Hesse <raymanfx@gmail.com>
Date:   Fri Aug 10 00:23:54 2018 +0200
    tasks: kernel: Honor prebuilt kernel flag
    For devices that want to use a prebuilt kernel, TARGET_KERNEL_SOURCE
    would still be set to TARGET_AUTO_KDIR, meaning the build system would
    still try to build the kernel if TARGET_AUTO_KDIR was present.
    Setting TARGET_PREBUILT_KERNEL indicates this is not wanted, so don't
    attempt to do it.
    Change-Id: Ic79b3ac1b9c946fd258ada43dce2b08bb74ea0d9

Change-Id: If046b86ff0d18c76898e90295be873a8379f678a
2019-09-06 13:50:50 +05:30