summaryrefslogtreecommitdiff
path: root/services/vr/bufferhubd/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/vr/bufferhubd/Android.bp')
-rw-r--r--services/vr/bufferhubd/Android.bp11
1 files changed, 1 insertions, 10 deletions
diff --git a/services/vr/bufferhubd/Android.bp b/services/vr/bufferhubd/Android.bp
index f5491cfada..afb30043ef 100644
--- a/services/vr/bufferhubd/Android.bp
+++ b/services/vr/bufferhubd/Android.bp
@@ -12,18 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
sharedLibraries = [
"libbase",
"libcutils",
+ "libgtest_prod",
"libgui",
"liblog",
"libpdx_default_transport",
@@ -56,7 +48,6 @@ cc_library_static {
cc_binary {
srcs: ["bufferhubd.cpp"],
- system_ext_specific: true,
cflags: [
"-DLOG_TAG=\"bufferhubd\"",
"-DTRACE=0",