We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f746 commit d3fe702Copy full SHA for d3fe702
1 file changed
packages/host/src/node/prebuilds/android.ts
@@ -32,7 +32,7 @@ export function determineAndroidLibsFilename(libraryPaths: string[]) {
32
33
type AndroidLibsDirectoryOptions = {
34
outputPath: string;
35
- libraryPathByTriplet: Record<AndroidTriplet, string>;
+ libraryPathByTriplet: Partial<Record<AndroidTriplet, string>>;
36
autoLink: boolean;
37
};
38
0 commit comments