Add net-utils-device-common-bpfjni to allow_deps.txt

libbpfmapjni is renamed to libnet_utils_device_common_bpf

Apex-Size-Increase: -8192B
before:
-rw-r----- 1 markchien primarygroup 2887680 Nov 10 12:18 out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex
after:
-rw-r----- 1 markchien primarygroup 2879488 Nov 10 12:25 out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex

Previous-Platform-Support:
There is no behavior change for the module. The new dependencies
net-utils-device-common-bpf is separated from
net-utils-device-common-netlink which is also used by tethering module.

Aosp-First: yes

Test-Info: there is no behavior change for tethering module.
Existing TetheringPrivilegedTests could cover the test.

Bug: 179733303
Test: TH
Change-Id: Ia918ebe42a82320b5bed285278fe2f70c4f9f7df
1 file changed
tree: e5ee7e54f6911b0bd181e8bc25589d8b48541a88
  1. build/
  2. java/
  3. proguard/
  4. proto/
  5. sdk/
  6. tools/
  7. Android.bp
  8. generate_ml_bundle.sh
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.

java code

This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.

Tests for java code should go in the javatests directory and follow the same structure.