-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Upstream issueNeeds to be fixed upstreamNeeds to be fixed upstreambugSomething isn't workingSomething isn't working
Description
- buildserv3: Failed build for
akita(Google Pixel 8a) branch: lineage-22.1[ 99% 213/214] finishing legacy Make module parsing ... FAILED: build/make/core/artifact_path_requirements.mk:31: warning: device/google/akita/lineage_akita.mk produces files inside build/make/target/product/generic_system.mks artifact path requirement. Offending entries: system/etc/microg.xml In file included from build/make/core/main.mk:1157:
- caused by this PR In the
android_vendor_partner_gms/repo. I have seen this build error before when making builds forsunfish(Google Pixel 4a) - see here. I'm guessing it will break the build forall Google Pixeldevices that havePRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strictin their makefiles (14 instances - 5 devices and 9 motorolacommonrepos - in LOS GitHub repos).Possible fixes:
- Revert that change In the
android_vendor_partner_gms/repo- Create and maintain a patch for all Google Pixel devices, and apply it when building
- Set
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxedas an environment variable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Upstream issueNeeds to be fixed upstreamNeeds to be fixed upstreambugSomething isn't workingSomething isn't working