Files
frameworks_base/packages/services/PacProcessor/Android.bp
Anna Malova 8b82c22d00 Remove libpac usage from Android.
Android's libpac is replaced with WebView implementation.
This will allow to remove V8 which is used only by libpac.

Bug: 165006496
Test: Manual. Remove libpac and v8 from manifest, check there are no
compilation errors.
Test: atest com.android.cts.devicepolicy.DeviceOwnerTest#testProxyPacProxyTest
Change-Id: Id6b9a223c176ce1b2dd7f7c4dd9ee54001dae1a4

Change-Id: If3ee10fcd0306b4b7a3c8b498e877d59398f642a
2020-09-23 14:01:54 +01:00

29 lines
845 B
Plaintext

//
// Copyright (C) 2010 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
android_app {
name: "PacProcessor",
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
}
filegroup {
name: "PacProcessor-aidl-sources",
srcs: ["src/**/*.aidl"],
path: "src",
}