Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2be6b0e authored by Sam Mortimer's avatar Sam Mortimer
Browse files

fw/base: Hide lineage-sdk packages from checkapi

* Fixes make checkapi

* It broke from the "soong: Allow framework to access lineage-sdk resources" commit in squash:
  https://review.lineageos.org/c/LineageOS/android_build_soong/+/255821

Change-Id: Iae724226b46f6d3edcb701d9192c71dfc482f043
parent b787c71a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1298,6 +1298,7 @@ framework_docs_only_libs = [
metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " +
    "--hide-package com.android.okhttp " +
    "--hide-package com.android.org.conscrypt --hide-package com.android.server " +
    "--hide-package lineageos.platform --hide-package org.lineageos.platform.internal " +
    "--error UnhiddenSystemApi " +
    "--hide RequiresPermission " +
    "--hide MissingPermission --hide BroadcastBehavior " +