commit | 9cbbf6cf3fecf10d552239013f1e63e18717b96f | [log] [tgz] |
---|---|---|
author | Neha Pattan <npattan@google.com> | Fri Feb 17 17:43:30 2023 +0000 |
committer | Neha Pattan <npattan@google.com> | Fri Feb 17 17:45:23 2023 +0000 |
tree | 7f78318dfc5fd3e9ddfdc5d0c2b3d9d631e89114 | |
parent | aee15ddfee6ff2b7fe54f13fa42ce37be6fb58ee [diff] |
Allow "libprotobuf-cpp-lite-ndk" on min_sdk 30, required for AdExtServices Apk. Bug: 263816046 Test: manual Change-Id: I572656a47a3d7d5c77c7b0b5b651b2ab84298713 Ignore-AOSP-First: Internal feature
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.
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.