We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6edf6 commit e2ede36Copy full SHA for e2ede36
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