kierancyphus 93c22b6672 modem/modem_log_constants: create common folder
A lot of different modem related processes require reading / writing to
the same android system properties. This CL solifies them all into
one place to avoid duplication.

Test: build
Bug: 302435001
Change-Id: I113f43bb68833224f45ad91668cd327587e1649b
2023-12-01 13:27:15 +08:00

10 lines
186 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library {
name: "modem_log_constants",
export_include_dirs: [ "include" ],
vendor_available: true,
}