Skip to content

Commit

Permalink
ANDROID: GKI: Update protected exports
Browse files Browse the repository at this point in the history
Run `bazel run @//common:kernel_aarch64_abi_update_protected_exports` on
latest kernel to clean up the protected exports list. This is blocking
updating the ABI since this list needs to be accurate before updating
the ABI.

Bug: 287170531
Change-Id: I8173060087cad060314ae0e494e30b71052e1d8f
Signed-off-by: Will McVicker <[email protected]>
  • Loading branch information
Will McVicker committed Jul 19, 2023
1 parent 4a207ef commit 7bfd71d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions android/abi_gki_protected_exports_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,10 @@ wpan_phy_new
wpan_phy_register
wpan_phy_unregister
wwan_create_port
wwan_get_debugfs_dir
wwan_port_get_drvdata
wwan_port_rx
wwan_port_txoff
wwan_port_txon
wwan_put_debugfs_dir
wwan_register_ops
wwan_remove_port
wwan_unregister_ops
2 changes: 0 additions & 2 deletions android/abi_gki_protected_exports_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,10 @@ wpan_phy_new
wpan_phy_register
wpan_phy_unregister
wwan_create_port
wwan_get_debugfs_dir
wwan_port_get_drvdata
wwan_port_rx
wwan_port_txoff
wwan_port_txon
wwan_put_debugfs_dir
wwan_register_ops
wwan_remove_port
wwan_unregister_ops

0 comments on commit 7bfd71d

Please sign in to comment.