diff options
author | 2024-05-10 17:21:25 +0000 | |
---|---|---|
committer | 2024-05-10 17:21:25 +0000 | |
commit | 390a0cf9e345e976b314089c6932284a342afaac (patch) | |
tree | 8825e068b00d4011af0665299f7a845c58246fff /build_config/ap2a.scl | |
parent | 5e224a1edbdc2f38dd9ececad71d2d9f5cf8f762 (diff) |
Revert "Require protobuf except for ap2a"
This reverts commit 5e224a1edbdc2f38dd9ececad71d2d9f5cf8f762.
Reason for revert:DroidMonitor. Potential culprit for b/339848877 - verifying through ABTD before submission.
Change-Id: I2f2de0571c8273518784b4d36cde84965aa18e52
Diffstat (limited to 'build_config/ap2a.scl')
-rw-r--r-- | build_config/ap2a.scl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config/ap2a.scl b/build_config/ap2a.scl index d82ebfe9..460120dc 100644 --- a/build_config/ap2a.scl +++ b/build_config/ap2a.scl @@ -30,7 +30,6 @@ values = [ value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-aosp-ap2a"), value("RELEASE_AIDL_USE_UNFROZEN", False), value("RELEASE_BOARD_API_LEVEL", "202404"), - value("RELEASE_BUILD_FLAGS_IN_PROTOBUF", False), value("RELEASE_DEPRECATE_VNDK", True), value("RELEASE_PLATFORM_SDK_EXTENSION_VERSION", "11"), value("RELEASE_PLATFORM_SDK_VERSION", "34"), |