Skip to content
Commit c895c7b3 authored by zhidou's avatar zhidou Committed by Zhi Dou
Browse files

DO NOT MERGE: Make min_sdk overridable in override_apex

It makes sense to make min_sdk overridable because the override_apex is
a variant of the original apex, and this variant might be
created/introduced in the newer Android release compared with the base
apex. Despite the fact that the source of the variant apex is the same
as the original one, the variant may not support the older version, like
Go modules, trimmed modules. If we consider the variant as a "new"
module, then it makes sense to have a new min_sdk to make it only
available for the newer Android released version only. Will make change in AOSP separately.

Bug: 266945903
Test: Build locally, and check if the override works
Change-Id: I816ed020f51dae37666a0c7612dc9c11afd63b83
parent 5d647d03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment