Add "packages/" to Android.mk denylist.

Bug: 318428689
Change-Id: I229fb645cdf03881ed709216dd6743d456440403
Test: CIs
This commit is contained in:
Wei Li
2024-08-23 22:54:28 +00:00
parent 4215c9953e
commit ffb99497a7

View File

@@ -33,6 +33,7 @@ var androidmk_denylist []string = []string{
"kernel/tests/",
"libcore/",
"libnativehelper/",
"packages/",
"pdk/",
"prebuilts/",
"sdk/",