Include bpf program in APEXes

bpf program is put to an APEX via 'bpfs' property. It is
placed under etc/bpf directory in it.

Fix: 167530625
Test: m
Change-Id: Ia36b486f0cffb619ecc4f7a318cde881abc5baf4
This commit is contained in:
markchien
2020-09-02 16:23:38 +08:00
parent 6945e9b650
commit 2f59ec98d1
5 changed files with 43 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ bootstrap_go_package {
"blueprint",
"soong",
"soong-android",
"soong-bpf",
"soong-cc",
"soong-java",
"soong-python",