Change Tethering package name

Tethering apex module is renmae from com.android.tethering.aepx to
com.android.tethering. Renmae tethering apex file context accordingly.
Also add filegroup for tethering apex.

Bug: 146471733
Test: build, flash, boot
      atest TetheringTests
      atest CtsTetheringTest

Change-Id: I41ec17604067c684123085841182408c4e315ec2
Merged-In: I41ec17604067c684123085841182408c4e315ec2
This commit is contained in:
markchien 2019-12-18 19:40:48 +08:00 committed by Mark Chien
parent cfe10227fc
commit ba38521156
2 changed files with 7 additions and 0 deletions

View File

@ -152,3 +152,10 @@ filegroup {
"com.android.wifi-file_contexts",
],
}
filegroup {
name: "com.android.tethering-file_contexts",
srcs: [
"com.android.tethering-file_contexts",
],
}