Project import generated by Copybara.
GitOrigin-RevId: 50714fe28298d7b707eff7304547d89d6ec34a54
This commit is contained in:
Vendored
+8
-5
@@ -118,13 +118,16 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
# TODO: Get the AARs from Google's Maven Repository.
|
||||
aar_import(
|
||||
android_library(
|
||||
name = "camerax_core",
|
||||
aar = "camera-core-1.0.0-alpha01.aar",
|
||||
exports = [
|
||||
"@maven//:androidx_camera_camera_core",
|
||||
],
|
||||
)
|
||||
|
||||
aar_import(
|
||||
android_library(
|
||||
name = "camera2",
|
||||
aar = "camera-camera2-1.0.0-alpha01.aar",
|
||||
exports = [
|
||||
"@maven//:androidx_camera_camera_camera2",
|
||||
],
|
||||
)
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+1
-1
@@ -5,7 +5,7 @@ licenses(["notice"]) # BSD license
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
OPENCV_LIBRARY_NAME = "libopencv_java4.so"
|
||||
OPENCV_LIBRARY_NAME = "libopencv_java3.so"
|
||||
|
||||
OPENCVANDROIDSDK_NATIVELIBS_PATH = "sdk/native/libs/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user