commit | d2c2cc72ca0a428133071b95dd8b22f479a32f5d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 04 20:21:17 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Aug 04 20:23:31 2021 +0900 |
tree | 5dc4dadd0b759fc9b2d295b340498b39c6e58e76 | |
parent | 5cccc378708aca0fd6bf03fa468d0e5d5bb6835b [diff] |
Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same 'ndk' backend. Bug: 161456198 Test: m Change-Id: Ice4ee0bc19e0c2087226b932e567fa9ca07ec5a7
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.