Update Android.mk denylist to block frameworks/
All Android.mk files under `frameworks/` have been converted to Android.bp. Add it to the block list to avoid using any newly added Android.mk. Bug: 322732227 Test: CIs Change-Id: I1980b2f94704c15d60579b21915e51e0f4a35c1e
This commit is contained in:
parent
6954bd2337
commit
ad3dae8780
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ var androidmk_denylist []string = []string{
|
|||
"cts/",
|
||||
"dalvik/",
|
||||
"developers/",
|
||||
"frameworks/",
|
||||
// Do not block other directories in kernel/, see b/319658303.
|
||||
"kernel/configs/",
|
||||
"kernel/prebuilts/",
|
||||
|
|
Loading…
Reference in a new issue